Click or drag to resize

NMathFunctionsInverse(DoubleBandMatrix) Method

Computes the inverse of the matrix.

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

Parameters

A  DoubleBandMatrix
A banded matrix.

Return Value

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