![]() |
|
#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <functional>
#include "eigen_src/Eigen/Core"
#include "../BenchTimer.h"
Go to the source code of this file.
Typedefs | |
typedef SCALAR | Scalar |
typedef Matrix< Scalar, Dynamic, Dynamic > | Mat |
typedef Matrix< Scalar, Dynamic, 1 > | Vec |
Functions | |
template<typename Func > | |
EIGEN_DONT_INLINE double | bench (long m, long n, Func &f) |
template<typename Func > | |
int | main_gemv (int argc, char **argv, Func &f) |
typedef SCALAR Scalar |
EIGEN_DONT_INLINE double bench | ( | long | m, |
long | n, | ||
Func & | f | ||
) |
References BENCH, e(), f(), m, max, min, n, Eigen::PlainObjectBase< Derived >::setRandom(), and plotPSD::t.
Referenced by main_gemv().
References bench(), f(), MergeRestartFiles::filename, m, n, results, and oomph::Global_string_for_annotation::string().
Referenced by main().