mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -573,7 +573,7 @@ template<typename Derived> class MatrixBase
|
||||
|
||||
/////////// SVD module ///////////
|
||||
|
||||
const SVD<EvalType> svd() const;
|
||||
SVD<EvalType> svd() const;
|
||||
|
||||
/////////// Geometry module ///////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user