OracleSparseVector Constructors
OracleSparseVector constructors instantiate new instances of OracleSparseVector class.
Overload List:
-
OracleSparseVector(sparseVectorString)
This constructor creates an instance of the
OracleSparseVectorclass with the string representation of a sparse vector. -
OracleSparseVector(sparseVectorString, providerType)
This constructor creates an instance of the
OracleSparseVectorclass with the string representation of a sparse vector. -
OracleSparseVector(dimensions, indices)
This constructor creates an instance of the
OracleSparseVectorclass with a specified number of dimensions and the non-zero indices stored in along[]. -
OracleSparseVector(dimensions, indices, sparseValue)
This constructor creates an instance of the
OracleSparseVectorclass with a specified number of dimensions and non-zero vector values stored in ashort[]. -
OracleSparseVector(dimensions, indices, sparseValue)
This constructor creates an instance of the
OracleSparseVectorclass with a specified number of dimensions and non-zero vector values stored in afloat[]. -
OracleSparseVector(dimensions, indices, sparseValue)
This constructor creates an instance of the
OracleSparseVectorclass with a specified number of dimensions and non-zero vector values stored in adouble[].