From b13148c3588c2be8805630c117cdc2b4cfb00576 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 9 Aug 2008 20:06:25 +0000 Subject: renamed inverseProduct => solveTriangular --- bench/benchCholesky.cpp | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'bench/benchCholesky.cpp') diff --git a/bench/benchCholesky.cpp b/bench/benchCholesky.cpp index dd0c7f83b..f64b61b71 100644 --- a/bench/benchCholesky.cpp +++ b/bench/benchCholesky.cpp @@ -18,7 +18,7 @@ using namespace Eigen; #endif #ifndef TRIES -#define TRIES 4 +#define TRIES 10 #endif typedef float Scalar; @@ -29,6 +29,13 @@ __attribute__ ((noinline)) void benchCholesky(const MatrixType& m) int rows = m.rows(); int cols = m.cols(); + int cost = 0; + for (int j=0; j