mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-11-27 06:30:28 +08:00
Add new unsupported modules to doc/unsupported_modules.dox
This commit is contained in:
parent
7262716b78
commit
59a0c4a0d2
@ -14,9 +14,21 @@ namespace Eigen {
|
||||
* \defgroup AdolcForward_Module Adolc forward module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup IterativeSolvers_Module Iterative solvers module */
|
||||
* \defgroup AlignedVector3_Module Aligned vector3 module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup AutoDiff_Module Auto Diff module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup BVH_Module BVH module */
|
||||
|
||||
} // namespace Eigen
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup IterativeSolvers_Module Iterative solvers module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup MatrixFunctions_Module Matrix functions module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup MoreVectorization More vectorization module */
|
||||
|
||||
} // namespace Eigen
|
||||
|
@ -6,7 +6,7 @@
|
||||
namespace Eigen {
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup MoreVectorization additional vectorization module
|
||||
* \defgroup MoreVectorization More vectorization module
|
||||
*/
|
||||
|
||||
#include "src/MoreVectorization/MathFunctions.h"
|
||||
|
Loading…
Reference in New Issue
Block a user