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