| ComplexSparseMatrix Constructor |
| Name | Description | |
|---|---|---|
| ComplexSparseMatrix(ComplexSparseMatrix) |
Creates a new instance of ComplexSparseMatrix which is a copy of
another ComplexSparseMatrix object.
| |
| ComplexSparseMatrix(ComplexSparseMatrixSparseArray) |
Constructs a complex sparse matrix from a SparseArray object.
| |
| ComplexSparseMatrix(Int32, Int32) |
Creates a new instance of ComplexSparseMatrix.
Initially this is the zero matrix.
| |
| ComplexSparseMatrix(Int32, Int32, Int32, Complex) |
Constructs a sparse matrix from SparseArray data.
|