aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SVD
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-01-26 13:53:43 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-01-26 13:53:43 +0000
commita79deafc6dd6508d208603f6424c1e9458e27974 (patch)
tree2d921c2b650a56fb057452ceb82381b7854c3045 /Eigen/SVD
parent65e4ae4ff43307167881f96aa45450ff3f01df22 (diff)
* mark Geometry as experimental
* install QtAlignedMalloc * finish the renaming Regression->LeastSquares * install LeastSquares directory (!!!) * misc dox fixes
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()