add a info() function in LLT to report on succes/faillure

This commit is contained in:
Gael Guennebaud
2010-06-12 10:12:22 +02:00
parent a25749ade9
commit 03331552a9
4 changed files with 30 additions and 10 deletions

View File

@@ -25,15 +25,7 @@
#ifndef EIGEN_EIGENVALUES_COMMON_H
#define EIGEN_EIGENVALUES_COMMON_H
/** \eigenvalues_module \ingroup Eigenvalues_Module
* \nonstableyet
*
* \brief Enum for reporting the status of a computation.
*/
enum ComputationInfo {
Success = 0, /**< \brief Computation was successful. */
NoConvergence = 1 /**< \brief Iterative procedure did not converge. */
};
#endif // EIGEN_EIGENVALUES_COMMON_H