2009-02-04 17:44:44 +08:00
|
|
|
|
|
|
|
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.
|
|
|
|
*/
|
|
|
|
|
2009-02-04 23:37:00 +08:00
|
|
|
// please list here all unsupported modules
|
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
* \defgroup AdolcForward_Module Adolc forward module */
|
2009-02-04 17:44:44 +08:00
|
|
|
|
2009-02-10 18:02:41 +08:00
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
* \defgroup IterativeSolvers_Module Iterative solvers module */
|
|
|
|
|
2009-03-19 04:06:06 +08:00
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
* \defgroup BVH_Module BVH module */
|
|
|
|
|
2009-02-04 17:44:44 +08:00
|
|
|
} // namespace Eigen
|