IMSL C# Numerical Library

ComplexSparseMatrix Constructor (Int32, Int32)

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

public ComplexSparseMatrix(
   int nRows,
   int nColumns
);

Parameters

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

See Also

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