Click or drag to resize

FloatSymCsrSparseMatrixToGeneralMatrix Method

Converts this sparse matrix to a general sparse matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatCsrSparseMatrix ToGeneralMatrix()

Return Value

FloatCsrSparseMatrix
A new general sparse matrix containing the values of this symmetric sparse matrix.
See Also