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