remove SVD class (was bad code taked from elsewhere)

Use JacobiSVD for now.
We do plan to reintroduce a bidiagonalizing SVD asap.
This commit is contained in:
Benoit Jacob
2010-10-12 10:19:59 -04:00
parent dbedc70012
commit 8eb0fc1e72
9 changed files with 26 additions and 737 deletions

View File

@@ -331,8 +331,6 @@ template<typename Derived> class MatrixBase
/////////// SVD module ///////////
SVD<PlainObject> svd() const;
/////////// Geometry module ///////////
template<typename OtherDerived>