eigen/doc/unsupported_modules.dox
Gael Guennebaud 4bb5221d22 Add BVH module in unsupported (patch from Ilya Baran)
(I thought I committed it a week ago but it seems the command failed)
2009-03-18 20:06:06 +00:00

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