Click or drag to resize

NMathFunctionsToDenseMatrix(FloatComplexCsrSparseMatrix) 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 FloatComplexMatrix ToDenseMatrix(
	FloatComplexCsrSparseMatrix A
)

Parameters

A  FloatComplexCsrSparseMatrix
A sparse matrix in CSR format.

Return Value

FloatComplexMatrix
The dense matrix version of A.
See Also