From 21c0a2ce0c317fa258380c92bea4e9e16e0840f2 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 29 Oct 2014 11:29:33 +0100 Subject: Move D&C SVD to official SVD module. --- Eigen/src/Core/MatrixBase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/src/Core/MatrixBase.h') 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 class MatrixBase /////////// SVD module /////////// JacobiSVD jacobiSvd(unsigned int computationOptions = 0) const; + BDCSVD bdcSvd(unsigned int computationOptions = 0) const; /////////// Geometry module /////////// -- cgit v1.2.3