bool Cholesky() const;
Test if the matrix is semi positive definite.
Returns: True, if the matrix semi positive definite and at the same time performs the Cholesky decomposition of the calling matrix.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler