Click or drag to resize

NMathFunctionsInverse(FloatSymmetricMatrix) Method

Computes the inverse of a symmetric matrix.

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

Parameters

A  FloatSymmetricMatrix
A symmetric matrix.

Return Value

FloatSymmetricMatrix
The inverse of A.
See Also