2009-02-04 09:44:44 +00:00
|
|
|
|
|
|
|
|
namespace Eigen {
|
|
|
|
|
|
|
|
|
|
/** \defgroup Unsupported_modules Unsupported modules
|
|
|
|
|
*
|
|
|
|
|
* The unsupported modules are contributions from various users. They are
|
2010-01-06 17:18:38 +01:00
|
|
|
* provided "as is", without any support. Nevertheless, some of them are
|
|
|
|
|
* subject to be included in Eigen in the future.
|
2009-02-04 09:44:44 +00:00
|
|
|
*/
|
|
|
|
|
|
2009-02-04 15:37:00 +00:00
|
|
|
// please list here all unsupported modules
|
|
|
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-09 19:00:48 +01:00
|
|
|
* \defgroup AdolcForward_Module */
|
2009-02-04 09:44:44 +00:00
|
|
|
|
2009-02-10 10:02:41 +00:00
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-09 19:00:48 +01:00
|
|
|
* \defgroup AlignedVector3_Module */
|
2009-08-18 15:30:38 +01:00
|
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-09 19:00:48 +01:00
|
|
|
* \defgroup AutoDiff_Module */
|
2009-02-10 10:02:41 +00:00
|
|
|
|
2009-03-18 20:06:06 +00:00
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-09 19:00:48 +01:00
|
|
|
* \defgroup BVH_Module */
|
2009-03-18 20:06:06 +00:00
|
|
|
|
2009-11-10 22:02:10 +01:00
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
|
* \defgroup Complex_Module */
|
|
|
|
|
|
2009-11-10 21:58:17 +01:00
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
|
* \defgroup FFT_Module */
|
|
|
|
|
|
2009-08-18 15:30:38 +01:00
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-09 19:00:48 +01:00
|
|
|
* \defgroup IterativeSolvers_Module */
|
2009-08-18 15:30:38 +01:00
|
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-09 19:00:48 +01:00
|
|
|
* \defgroup MatrixFunctions_Module */
|
2009-08-18 15:30:38 +01:00
|
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-09 19:00:48 +01:00
|
|
|
* \defgroup MoreVectorization */
|
2009-11-09 03:06:23 +01:00
|
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-09 19:00:48 +01:00
|
|
|
* \defgroup NonLinearOptimization_Module */
|
2009-11-09 03:06:23 +01:00
|
|
|
|
|
|
|
|
/** \ingroup Unsupported_modules
|
2009-11-09 19:00:48 +01:00
|
|
|
* \defgroup NumericalDiff_Module */
|
2009-08-18 15:30:38 +01:00
|
|
|
|
2009-11-10 21:47:57 +01:00
|
|
|
/** \ingroup Unsupported_modules
|
|
|
|
|
* \defgroup Skyline_Module */
|
|
|
|
|
|
2009-08-18 15:30:38 +01:00
|
|
|
} // namespace Eigen
|