typos in bench/

This commit is contained in:
Gael Guennebaud 2008-08-29 16:10:08 +00:00
parent 6d841512c7
commit 68fbd6f531
4 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,7 @@
#ifndef EIGEN_BENCH_UTIL_H
#define EIGEN_BENCH_UTIL_H
#include <Eigen/Core>
#include "BenchTimer.h"
@ -66,3 +69,4 @@ void eiToGsl(const EigenMatrixType& src, gsl_matrix** dst)
}
#endif
#endif // EIGEN_BENCH_UTIL_H

View File

@ -1,4 +1,7 @@
#ifndef EIGEN_BENCH_BASICBENCH_H
#define EIGEN_BENCH_BASICBENCH_H
enum {LazyEval, EarlyEval, OmpEval};
template<int Mode, typename MatrixType>
@ -57,3 +60,4 @@ double benchBasic(const MatrixType& mat, int iterations, int tries)
return timer.value();
};
#endif // EIGEN_BENCH_BASICBENCH_H

View File

@ -7,7 +7,7 @@
// $Header$
//=============================================================================
/* --- Definition macros file to print informations if _DEBUG_ is defined --- */
/* --- Definition macros file to print information if _DEBUG_ is defined --- */
# ifndef UTILITIES_H
# define UTILITIES_H

View File

@ -21,7 +21,6 @@
#include "ublas_interface.hh"
#include "bench.hh"
#include "basic_actions.hh"
#include "basic_actions.hh"
BTL_MAIN;