  | NMathFunctionsInverse(DoubleUpperTriMatrix) Method | 
            Computes the inverse of the matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static DoubleUpperTriMatrix Inverse(
	DoubleUpperTriMatrix A
)
Public Shared Function Inverse ( 
	A As DoubleUpperTriMatrix
) As DoubleUpperTriMatrix
public:
static DoubleUpperTriMatrix^ Inverse(
	DoubleUpperTriMatrix^ A
)
static member Inverse : 
        A : DoubleUpperTriMatrix -> DoubleUpperTriMatrix Parameters
- A  DoubleUpperTriMatrix
 - A upper triangular matrix.
 
Return Value
DoubleUpperTriMatrixThe inverse of the matrix.
Exceptions
See Also