From 93115619c23bb41fd24b0090cb6adec501edaced Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sun, 27 Jul 2008 11:39:47 +0000 Subject: * updated benchmark files according to recent renamings * various improvements in BTL including trisolver and cholesky bench --- bench/benchEigenSolver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/benchEigenSolver.cpp') diff --git a/bench/benchEigenSolver.cpp b/bench/benchEigenSolver.cpp index a62ee41f4..395bff3f9 100644 --- a/bench/benchEigenSolver.cpp +++ b/bench/benchEigenSolver.cpp @@ -40,7 +40,7 @@ __attribute__ ((noinline)) void benchEigenSolver(const MatrixType& m) typedef typename MatrixType::Scalar Scalar; typedef Matrix SquareMatrixType; - MatrixType a = MatrixType::random(rows,cols); + MatrixType a = MatrixType::Random(rows,cols); SquareMatrixType covMat = a * a.adjoint(); BenchTimer timerSa, timerStd; -- cgit v1.2.3