Overload List

NameDescription
SparseMatrix(SparseMatrix)
Creates a new instance of SparseMatrix which is a copy of another SparseMatrix object.
SparseMatrix(SparseMatrix..::.SparseArray)
Constructs a sparse matrix from a SparseArray.
SparseMatrix(Int32, Int32)
Creates a new instance of SparseMatrix. Initially this is the zero matrix.
SparseMatrix(Int32, Int32, array<array<Int32>[]()[]>[]()[], array<array<Double>[]()[]>[]()[])
Constructs a sparse matrix from SparseArray data.

See Also