IMSL C# Numerical Library

SparseMatrix Constructor

Creates a new instance of SparseMatrix. Initially this is the zero matrix.

Overload List

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[][]);

See Also

SparseMatrix Class | Imsl.Math Namespace