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