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