add Jacobi unit test. jacobi_5 fails, exposing bug #39.

This commit is contained in:
Benoit Jacob
2010-10-12 09:12:36 -04:00
parent 0308f64515
commit 75e60121f4
3 changed files with 94 additions and 1 deletions

View File

@@ -25,7 +25,6 @@
#include "main.h"
#include <Eigen/SVD>
#include <Eigen/LU>
template<typename MatrixType, int QRPreconditioner>
void jacobisvd_check_full(const MatrixType& m, const JacobiSVD<MatrixType, QRPreconditioner>& svd)