Click or drag to resize

NMathFunctionsToGeneralMatrix(FloatSymmetricMatrix) Method

Converts a symmetric matrix to a general matrix.

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

Parameters

A  FloatSymmetricMatrix
A symmetric matrix.

Return Value

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