Click or drag to resize

NMathFunctionsInverse(FloatSymBandMatrix) Method

Computes the inverse of A.

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

Parameters

A  FloatSymBandMatrix
A symmetric, banded matrix.

Return Value

FloatMatrix
The inverse of A.
Exceptions
ExceptionCondition
SingularMatrixExceptionThrown if A is singular.
See Also