Click or drag to resize

NMathFunctionsInverse(DoubleComplexLowerTriMatrix) Method

Computes the inverse of the matrix.

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

Parameters

A  DoubleComplexLowerTriMatrix
A lower triangular matrix.

Return Value

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