mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-09 07:00:27 +08:00
4bb5221d22
(I thought I committed it a week ago but it seems the command failed)
22 lines
606 B
Plaintext
22 lines
606 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 */
|
|
|
|
/** \ingroup Unsupported_modules
|
|
* \defgroup BVH_Module BVH module */
|
|
|
|
} // namespace Eigen |