Click or drag to resize

NMathFunctionsInverse(DoubleComplexUpperTriMatrix) Method

Computes the inverse of the matrix.

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

Parameters

A  DoubleComplexUpperTriMatrix
A upper triangular matrix.

Return Value

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