mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
typos in bench/
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user