IMSL C# Numerical Library

SparseMatrix Constructor (Int32, Int32)

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

public SparseMatrix(
   int nRows,
   int nColumns
);

Parameters

nRows
An int specifying the number of rows in the sparse matrix.
nColumns
An int specifying the number of columns in the sparse matrix.

See Also

SparseMatrix Class | Imsl.Math Namespace | SparseMatrix Constructor Overload List