fix stupid numerical stability issue in SVD::solve (though it is not yet as stable as LU with full pivoting)

This commit is contained in:
Gael Guennebaud
2008-09-04 14:38:42 +00:00
parent 6add33e2c2
commit 12e9de4abb
2 changed files with 44 additions and 5 deletions

View File

@@ -573,7 +573,7 @@ template<typename Derived> class MatrixBase
/////////// SVD module ///////////
const SVD<EvalType> svd() const;
SVD<EvalType> svd() const;
/////////// Geometry module ///////////