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
|
2010-01-07 00:18:38 +08:00
|
|
|
* provided "as is", without any support. Nevertheless, some of them are
|
|
|
|
* subject to be included in Eigen in the future.
|
2009-02-04 17:44:44 +08:00
|
|
|
*/
|
|
|
|
|
2009-02-04 23:37:00 +08:00
|
|
|
// please list here all unsupported modules
|
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-10 02:00:48 +08:00
|
|
|
* \defgroup AdolcForward_Module */
|
2009-02-04 17:44:44 +08:00
|
|
|
|
2009-02-10 18:02:41 +08:00
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-10 02:00:48 +08:00
|
|
|
* \defgroup AlignedVector3_Module */
|
2009-08-18 22:30:38 +08:00
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-10 02:00:48 +08:00
|
|
|
* \defgroup AutoDiff_Module */
|
2009-02-10 18:02:41 +08:00
|
|
|
|
2009-03-19 04:06:06 +08:00
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-10 02:00:48 +08:00
|
|
|
* \defgroup BVH_Module */
|
2009-03-19 04:06:06 +08:00
|
|
|
|
2009-11-11 05:02:10 +08:00
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
* \defgroup Complex_Module */
|
|
|
|
|
2009-11-11 04:58:17 +08:00
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
* \defgroup FFT_Module */
|
|
|
|
|
2009-08-18 22:30:38 +08:00
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-10 02:00:48 +08:00
|
|
|
* \defgroup IterativeSolvers_Module */
|
2009-08-18 22:30:38 +08:00
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-10 02:00:48 +08:00
|
|
|
* \defgroup MatrixFunctions_Module */
|
2009-08-18 22:30:38 +08:00
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-10 02:00:48 +08:00
|
|
|
* \defgroup MoreVectorization */
|
2009-11-09 10:06:23 +08:00
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-10 02:00:48 +08:00
|
|
|
* \defgroup NonLinearOptimization_Module */
|
2009-11-09 10:06:23 +08:00
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-10 02:00:48 +08:00
|
|
|
* \defgroup NumericalDiff_Module */
|
2009-08-18 22:30:38 +08:00
|
|
|
|
2010-03-25 15:50:23 +08:00
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
* \defgroup Polynomials_Module */
|
|
|
|
|
2009-11-11 04:47:57 +08:00
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
* \defgroup Skyline_Module */
|
|
|
|
|
2009-08-18 22:30:38 +08:00
|
|
|
} // namespace Eigen
|