Click or drag to resize

NMathFunctionsToDenseMatrix(DoubleCsrSparseMatrix) 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 DoubleMatrix ToDenseMatrix(
	DoubleCsrSparseMatrix A
)

Parameters

A  DoubleCsrSparseMatrix
A sparse matrix in CSR format.

Return Value

DoubleMatrix
The dense matrix version of A.
See Also