  | FloatSymPDBandFactInverse Method | 
            Computes the inverse of the factored matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatMatrix Inverse()
Public Function Inverse As FloatMatrix
public:
FloatMatrix^ Inverse()
member Inverse : unit -> FloatMatrix 
Return Value
FloatMatrixThe inverse of the factored matrix.
Exceptions
See Also