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