SparseMatrix Constructor |
Name | Description | |
---|---|---|
SparseMatrix(SparseMatrix) |
Creates a new instance of SparseMatrix which is a copy of another SparseMatrix object.
| |
SparseMatrix(SparseMatrixSparseArray) |
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, Int32, Double) |
Constructs a sparse matrix from SparseArray data.
|