mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix unsupported module doc
This commit is contained in:
@@ -22,9 +22,6 @@ namespace Eigen {
|
|||||||
/** \ingroup Unsupported_modules
|
/** \ingroup Unsupported_modules
|
||||||
* \defgroup BVH_Module */
|
* \defgroup BVH_Module */
|
||||||
|
|
||||||
/** \ingroup Unsupported_modules
|
|
||||||
* \defgroup Complex_Module */
|
|
||||||
|
|
||||||
/** \ingroup Unsupported_modules
|
/** \ingroup Unsupported_modules
|
||||||
* \defgroup FFT_Module */
|
* \defgroup FFT_Module */
|
||||||
|
|
||||||
@@ -49,4 +46,19 @@ namespace Eigen {
|
|||||||
/** \ingroup Unsupported_modules
|
/** \ingroup Unsupported_modules
|
||||||
* \defgroup Skyline_Module */
|
* \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
|
} // namespace Eigen
|
||||||
|
|||||||
@@ -13,9 +13,8 @@
|
|||||||
|
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
|
|
||||||
/** \defgroup CholmodSupport_Module Cholmod Support module
|
/** \ingroup Unsupported_modules
|
||||||
*
|
* \defgroup CholmodSupport_Module Cholmod Support module
|
||||||
*
|
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* \code
|
* \code
|
||||||
|
|||||||
@@ -17,7 +17,8 @@
|
|||||||
|
|
||||||
namespace Eigen {
|
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.
|
* This module contains some experimental features extending the sparse module.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -26,7 +26,8 @@ namespace Eigen { struct SluMatrix; }
|
|||||||
|
|
||||||
namespace Eigen {
|
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 {
|
namespace Eigen {
|
||||||
|
|
||||||
/** \defgroup TaucsSupport_Module Taucs support module
|
/** \ingroup Unsupported_modules
|
||||||
|
* \defgroup TaucsSupport_Module Taucs support module
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -9,7 +9,8 @@
|
|||||||
|
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
|
|
||||||
/** \defgroup Sparse_Module Sparse module
|
/** \ingroup Unsupported_modules
|
||||||
|
* \defgroup UmfPackSupport_Module UmfPack support module
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user