Click or drag to resize

NMathFunctionsInverse(FloatHermitianBandMatrix) Method

Computes the inverse of the matrix.

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

Parameters

A  FloatHermitianBandMatrix
An Hermitian banded matrix.

Return Value

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