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