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