added an experimental IterativeSolvers module (currently in unsupported)

with a constrained conjugate gradient algorithm adapted from GMM++/ITL.
This algorithm is needed for Step.
This commit is contained in:
Gael Guennebaud
2009-02-10 10:02:41 +00:00
parent e75bef9523
commit 40ad661183
5 changed files with 411 additions and 1 deletions

View File

@@ -13,4 +13,7 @@ namespace Eigen {
/** \ingroup Unsupported_modules
* \defgroup AdolcForward_Module Adolc forward module */
/** \ingroup Unsupported_modules
* \defgroup IterativeSolvers_Module Iterative solvers module */
} // namespace Eigen