NeoPZ
Functions
benchfad.cc File Reference
#include <iostream>
#include <iomanip>
#include <utils/timer.h>
#include <TinyFadET/tfad.h>
#include <TinyFad/tinyfad.h>
Include dependency graph for benchfad.cc:

Go to the source code of this file.

Functions

template<int Num>
void Bench_1_Op (const TinyFad< Num > &x, const int nloop)
 
template<int Num>
void Bench_2_Op (const TinyFad< Num > &x, const int nloop)
 
template<int Num>
void Bench_3_Op (const TinyFad< Num > &x, const int nloop)
 
template<int Num>
void Bench_4_Op (const TinyFad< Num > &x, const int nloop)
 
template<int Num>
void Bench_10_Op (const TinyFad< Num > &x, const int nloop)
 
template<int Num>
void Bench_20_Op (const TinyFad< Num > &x, const int nloop)
 
int main ()
 

Function Documentation

◆ Bench_10_Op()

template<int Num>
void Bench_10_Op ( const TinyFad< Num > &  x,
const int  nloop 
)

◆ Bench_1_Op()

template<int Num>
void Bench_1_Op ( const TinyFad< Num > &  x,
const int  nloop 
)

◆ Bench_20_Op()

template<int Num>
void Bench_20_Op ( const TinyFad< Num > &  x,
const int  nloop 
)

◆ Bench_2_Op()

template<int Num>
void Bench_2_Op ( const TinyFad< Num > &  x,
const int  nloop 
)

◆ Bench_3_Op()

template<int Num>
void Bench_3_Op ( const TinyFad< Num > &  x,
const int  nloop 
)

◆ Bench_4_Op()

template<int Num>
void Bench_4_Op ( const TinyFad< Num > &  x,
const int  nloop 
)

◆ main()

int main ( )

Definition at line 49 of file benchfad.cc.

References Bench_10_Op(), Bench_20_Op(), Bench_4_Op(), and nloop.