NeoPZ
|
#include <iostream>
#include <iomanip>
#include <TinyFadET/tfad.h>
#include <TinyFad/tinyfad.h>
#include <utils/timer.h>
Go to the source code of this file.
Functions | |
template<int Num> | |
void | Bench_4_Op (const TinyFad< Num > &x, const int nloop) |
int | main () |
void Bench_4_Op | ( | const TinyFad< Num > & | x, |
const int | nloop | ||
) |
Definition at line 85 of file benchtinyfad.cc.
References Timer::elapsedSeconds(), test::f, TFad< Num, T >::fastAccessDx(), nloop, Timer::start(), Timer::stop(), and TFad< Num, T >::val().
Referenced by main().
int main | ( | ) |
Definition at line 40 of file benchtinyfad.cc.
References Bench_4_Op(), and nloop.