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