Click or drag to resize

NMathFunctionsToDenseMatrix(FloatCsrSparseMatrix) Method

Constructs a dense matrix from a sparse matrix in Compressed Row (CSR) format.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatMatrix ToDenseMatrix(
	FloatCsrSparseMatrix A
)

Parameters

A  FloatCsrSparseMatrix
A sparse matrix in CSR format.

Return Value

FloatMatrix
The dense matrix version of A.
See Also