From 12e9de4abbe9a4cf9b2812e700ce41bdd0351cb3 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 4 Sep 2008 14:38:42 +0000 Subject: fix stupid numerical stability issue in SVD::solve (though it is not yet as stable as LU with full pivoting) --- Eigen/src/Core/MatrixBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Eigen/src/Core') diff --git a/Eigen/src/Core/MatrixBase.h b/Eigen/src/Core/MatrixBase.h index e6af97bb3..a9d15032c 100644 --- a/Eigen/src/Core/MatrixBase.h +++ b/Eigen/src/Core/MatrixBase.h @@ -573,7 +573,7 @@ template class MatrixBase /////////// SVD module /////////// - const SVD svd() const; + SVD svd() const; /////////// Geometry module /////////// -- cgit v1.2.3