Click or drag to resize

FloatSymmetricMatrixToGeneralMatrix Method

Converts this sparse matrix to a general matrix.

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

Return Value

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