* JacobiSVD:

- support complex numbers
 - big rewrite of the 2x2 kernel, much more robust
* Jacobi:
 - fix weirdness in initial design, e.g. applyJacobiOnTheRight actually did the inverse transformation
 - fully support complex numbers
 - fix logic to decide whether to vectorize
 - remove several clumsy methods

fix for complex numbers
This commit is contained in:
Benoit Jacob
2009-08-31 22:26:15 -04:00
parent 29c6b2452d
commit 6e4e94ff32
8 changed files with 416 additions and 241 deletions

View File

@@ -23,7 +23,7 @@ namespace Eigen {
*/
#include "src/SVD/SVD.h"
#include "src/SVD/JacobiSquareSVD.h"
#include "src/SVD/JacobiSVD.h"
} // namespace Eigen