mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
- all what's not in unsupported/ is considered stable API
(except internal stuff e.g. expression templates).
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Eigen {
|
||||
|
||||
/** \defgroup CholmodSupport_Module Cholmod Support module
|
||||
*
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
*
|
||||
* \code
|
||||
|
||||
@@ -21,7 +21,7 @@ namespace Eigen {
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup Polynomials_Module Polynomials module
|
||||
*
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
* \brief This module provides a QR based polynomial solver.
|
||||
*
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace Eigen {
|
||||
/** \ingroup Unsupported_modules
|
||||
* \defgroup Skyline_Module Skyline module
|
||||
*
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace Eigen {
|
||||
|
||||
/** \defgroup SuperLUSupport_Module Super LU support
|
||||
*
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
* \code
|
||||
* #include <Eigen/SuperLUSupport>
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace Eigen {
|
||||
|
||||
/** \defgroup TaucsSupport_Module Taucs support module
|
||||
*
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
*
|
||||
* \code
|
||||
|
||||
@@ -11,7 +11,7 @@ namespace Eigen {
|
||||
|
||||
/** \defgroup Sparse_Module Sparse module
|
||||
*
|
||||
* \nonstableyet
|
||||
*
|
||||
*
|
||||
*
|
||||
* \code
|
||||
|
||||
Reference in New Issue
Block a user