Constructs a sparse matrix from SparseArray
data.
int
containing the number of rows in the sparse matrix. int
containing the number of columns in the sparse matrix. int
jagged array containing the column indices of all nonzero elements corresponding to the compressed representation of the sparse matrix in values
. The size of index
must be identical to the size of values
. The i-th row contains the column indices of all nonzero elements of row i of the sparse matrix. The j-th element of row i is the column index of the value located at the same position in values
. Complex
jagged array containing the compressed representation of a complex sparse matrix of size nRows
by nColumns
. The number of rows in values
must be nRows
. The i-th row contains all nonzero elements of row i of the full sparse matrix. ComplexSparseMatrix Class | Imsl.Math Namespace | ComplexSparseMatrix Constructor Overload List