mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-09 07:00:27 +08:00
40ad661183
with a constrained conjugate gradient algorithm adapted from GMM++/ITL. This algorithm is needed for Step.
19 lines
533 B
Plaintext
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 |