Click or drag to resize

NMathFunctionsToDenseMatrix(DoubleComplexCsrSparseMatrix) 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 DoubleComplexMatrix ToDenseMatrix(
	DoubleComplexCsrSparseMatrix A
)

Parameters

A  DoubleComplexCsrSparseMatrix
A sparse matrix in CSR format.

Return Value

DoubleComplexMatrix
The dense matrix version of A.
See Also