Click or drag to resize

NMathFunctionsInverse(FloatComplexUpperTriMatrix) Method

Computes the inverse of the matrix.

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

Parameters

A  FloatComplexUpperTriMatrix
A upper triangular matrix.

Return Value

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