aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SVD
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 /Eigen/SVD
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 'Eigen/SVD')
-rw-r--r--Eigen/SVD2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/SVD b/Eigen/SVD
index 0152b1e7e..4efc29e1f 100644
--- a/Eigen/SVD
+++ b/Eigen/SVD
@@ -11,7 +11,7 @@ namespace Eigen {
/** \defgroup SVD_Module SVD module
*
- * \nonstableyet
+ *
*
* This module provides SVD decomposition for (currently) real matrices.
* This decomposition is accessible via the following MatrixBase method: