Click or drag to resize

NMathFunctionsInverse(DoubleComplexBandMatrix) Method

Computes the inverse of the matrix.

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

Parameters

A  DoubleComplexBandMatrix
A banded matrix.

Return Value

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