Click or drag to resize

DoubleCsrSparseMatrixToDenseMatrix Method

Converts this sparse matrix to a dense matrix.

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

Return Value

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