add Cholesky and eigensolver benchmark

This commit is contained in:
Gael Guennebaud
2008-07-08 17:20:17 +00:00
parent 6f09d3a67d
commit 77a622f2bb
8 changed files with 384 additions and 104 deletions

View File

@@ -3,8 +3,6 @@
#include <Eigen/Sparse>
#include <bench/BenchTimer.h>
using namespace std;
using namespace Eigen;
USING_PART_OF_NAMESPACE_EIGEN