Click or drag to resize

NMathFunctionsInverse(DoubleSymBandMatrix) Method

Computes the inverse of A.

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

Parameters

A  DoubleSymBandMatrix
A symmetric, banded matrix.

Return Value

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