mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-17 18:09:55 +08:00
fix unsupported module doc
This commit is contained in:
parent
1688b86823
commit
21d940fbe4
@ -22,9 +22,6 @@ namespace Eigen {
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup BVH_Module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup Complex_Module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup FFT_Module */
|
||||
|
||||
@ -49,4 +46,19 @@ namespace Eigen {
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup Skyline_Module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup CholmodSupport_Module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup SuperLUSupport_Module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup TaucsSupport_Module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup UmfPackSupport_Module */
|
||||
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup SparseExtra_Module */
|
||||
|
||||
} // namespace Eigen
|
||||
|
@ -13,9 +13,8 @@
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
/** \defgroup CholmodSupport_Module Cholmod Support module
|
||||
*
|
||||
*
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup CholmodSupport_Module Cholmod Support module
|
||||
*
|
||||
*
|
||||
* \code
|
||||
|
@ -17,7 +17,8 @@
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
/** \defgroup SparseExtra_Module SparseExtra module
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup SparseExtra_Module SparseExtra module
|
||||
*
|
||||
* This module contains some experimental features extending the sparse module.
|
||||
*
|
||||
|
@ -26,7 +26,8 @@ namespace Eigen { struct SluMatrix; }
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
/** \defgroup SuperLUSupport_Module Super LU support
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup SuperLUSupport_Module Super LU support
|
||||
*
|
||||
*
|
||||
*
|
||||
|
@ -28,7 +28,8 @@ extern "C" {
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
/** \defgroup TaucsSupport_Module Taucs support module
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup TaucsSupport_Module Taucs support module
|
||||
*
|
||||
*
|
||||
*
|
||||
|
@ -9,7 +9,8 @@
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
/** \defgroup Sparse_Module Sparse module
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup UmfPackSupport_Module UmfPack support module
|
||||
*
|
||||
*
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user