Creates a new instance of ComplexSparseMatrix. Initially this is the zero matrix.
Creates a new instance of ComplexSparseMatrix which is a copy of another ComplexSparseMatrix object.
public ComplexSparseMatrix(ComplexSparseMatrix);
Constructs a complex sparse matrix from a SparseArray object.
public ComplexSparseMatrix(SparseArray);
Creates a new instance of ComplexSparseMatrix. Initially this is the zero matrix.
public ComplexSparseMatrix(int,int);
Constructs a sparse matrix from SparseArray data.
public ComplexSparseMatrix(int,int,int[][],Complex[][]);
ComplexSparseMatrix Class | Imsl.Math Namespace