Click or drag to resize

NMathFunctionsInverse(DoubleUpperTriMatrix) Method

Computes the inverse of the matrix.

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

Parameters

A  DoubleUpperTriMatrix
A upper triangular matrix.

Return Value

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