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