Click or drag to resize

DoubleComplexCsrSparseMatrixToDenseMatrix Method

Converts this sparse matrix to a dense matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexMatrix ToDenseMatrix()

Return Value

DoubleComplexMatrix
A new dense matrix containing the values of this sparse matrix.
See Also