Click or drag to resize

CompressedSparseRowT(Int32, Int32, Int32) Constructor

Sizes all arrays to hold the specified number of non-zero values and rows.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public CompressedSparseRow(
	int numNonZero,
	int numRows,
	int numCols
)

Parameters

numNonZero  Int32
Number of non-zero values.
numRows  Int32
Number of rows.
numCols  Int32
Number of columns.
See Also