aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MatrixBase.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-10-29 11:29:33 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-10-29 11:29:33 +0100
commit21c0a2ce0c317fa258380c92bea4e9e16e0840f2 (patch)
tree7faa2da0c9ce0ff3890c3d5afe0208f64900959f /Eigen/src/Core/MatrixBase.h
parente2e7ba9f8511e9394b1823e14b40a727352c95be (diff)
Move D&C SVD to official SVD module.
Diffstat (limited to 'Eigen/src/Core/MatrixBase.h')
-rw-r--r--Eigen/src/Core/MatrixBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/MatrixBase.h b/Eigen/src/Core/MatrixBase.h
index 001513187..135d8dfc8 100644
--- a/Eigen/src/Core/MatrixBase.h
+++ b/Eigen/src/Core/MatrixBase.h
@@ -390,6 +390,7 @@ template<typename Derived> class MatrixBase
/////////// SVD module ///////////
JacobiSVD<PlainObject> jacobiSvd(unsigned int computationOptions = 0) const;
+ BDCSVD<PlainObject> bdcSvd(unsigned int computationOptions = 0) const;
/////////// Geometry module ///////////