Click or drag to resize

DoubleSymCsrSparseMatrixToGeneralMatrix Method

Converts this sparse matrix to a general sparse matrix.

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

Return Value

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