Overload List

NameDescription
ComplexSparseMatrix(ComplexSparseMatrix)
Creates a new instance of ComplexSparseMatrix which is a copy of another ComplexSparseMatrix object.
ComplexSparseMatrix(ComplexSparseMatrix..::.SparseArray)
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, array<array<Int32>[]()[]>[]()[], array<array<Complex>[]()[]>[]()[])
Constructs a sparse matrix from SparseArray data.

See Also