backport 919961 and 920175

This commit is contained in:
Benoit Jacob
2009-02-02 14:26:40 +00:00
parent d2dcca52a3
commit f7df9f92ff
8 changed files with 32 additions and 18 deletions

View File

@@ -17,6 +17,9 @@
namespace Eigen {
/** \defgroup Cholesky_Module Cholesky module
*
* \nonstableyet
*
* This module provides two variants of the Cholesky decomposition for selfadjoint (hermitian) matrices.
* Those decompositions are accessible via the following MatrixBase methods:
* - MatrixBase::llt(),