Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Functions
fad_expr.cpp File Reference
#include "Sacado_No_Kokkos.hpp"
#include "Sacado_Random.hpp"
#include "Sacado_Fad_SimpleFad.hpp"
#include "Fad/fad.h"
#include "TinyFadET/tfad.h"
#include "Teuchos_Time.hpp"
#include "Teuchos_CommandLineProcessor.hpp"
Include dependency graph for fad_expr.cpp:

Go to the source code of this file.

Functions

template<typename T >
void func1 (const T &x1, const T &x2, T &y)
 
void func1_and_deriv (int n, double x1, double x2, double *x1dot, double *x2dot, double &y, double *ydot)
 
template<typename FadType >
double do_time (int nderiv, int nloop)
 
double do_time_analytic (int nderiv, int nloop)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ func1()

template<typename T >
void func1 ( const T & x1,
const T & x2,
T & y )
inline

Definition at line 51 of file fad_expr.cpp.

◆ func1_and_deriv()

void func1_and_deriv ( int n,
double x1,
double x2,
double * x1dot,
double * x2dot,
double & y,
double * ydot )
inline

Definition at line 56 of file fad_expr.cpp.

◆ do_time()

template<typename FadType >
double do_time ( int nderiv,
int nloop )

Definition at line 70 of file fad_expr.cpp.

◆ do_time_analytic()

double do_time_analytic ( int nderiv,
int nloop )

Definition at line 94 of file fad_expr.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 121 of file fad_expr.cpp.