aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SVD
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/SVD')
-rw-r--r--Eigen/SVD3
1 files changed, 3 insertions, 0 deletions
diff --git a/Eigen/SVD b/Eigen/SVD
index f006a4b91..eef05564b 100644
--- a/Eigen/SVD
+++ b/Eigen/SVD
@@ -8,6 +8,9 @@
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:
* - MatrixBase::svd()