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