mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-18 14:34:17 +08:00
typos in bench/
This commit is contained in:
parent
6d841512c7
commit
68fbd6f531
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "ublas_interface.hh"
|
||||
#include "bench.hh"
|
||||
#include "basic_actions.hh"
|
||||
#include "basic_actions.hh"
|
||||
|
||||
BTL_MAIN;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user