eigen/doc/unsupported_modules.dox
Gael Guennebaud 40ad661183 added an experimental IterativeSolvers module (currently in unsupported)
with a constrained conjugate gradient algorithm adapted from GMM++/ITL.
This algorithm is needed for Step.
2009-02-10 10:02:41 +00:00

19 lines
533 B
Plaintext

namespace Eigen {
/** \defgroup Unsupported_modules Unsupported modules
*
* The unsupported modules are contributions from various users. They are
* provided "as is", without any support. Nevertheless, they are subject to be
* included in Eigen in the future.
*/
// please list here all unsupported modules
/** \ingroup Unsupported_modules
* \defgroup AdolcForward_Module Adolc forward module */
/** \ingroup Unsupported_modules
* \defgroup IterativeSolvers_Module Iterative solvers module */
} // namespace Eigen