aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/Polynomials
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-06-29 10:10:47 -0400
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-06-29 10:10:47 -0400
commite5de9e5226495f6d012dcace3bb227f6ba1e413c (patch)
tree83e7c49ebc0e12e478a569a73016edd557b2b23f /unsupported/Eigen/Polynomials
parent76152e9844582d1afc636f6e64738a8400306e48 (diff)
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).
Diffstat (limited to 'unsupported/Eigen/Polynomials')
-rw-r--r--unsupported/Eigen/Polynomials2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/Polynomials b/unsupported/Eigen/Polynomials
index d69abb1be..e64377481 100644
--- a/unsupported/Eigen/Polynomials
+++ b/unsupported/Eigen/Polynomials
@@ -21,7 +21,7 @@ namespace Eigen {
/** \ingroup Unsupported_modules
* \defgroup Polynomials_Module Polynomials module
*
- * \nonstableyet
+ *
*
* \brief This module provides a QR based polynomial solver.
*