#include "Sacado_Random.hpp"#include "Sacado.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[]) |
| void func1 | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 53 of file fad_expr.cpp.
| void func1_and_deriv | ( | int | n, | |
| double | x1, | |||
| double | x2, | |||
| double * | x1dot, | |||
| double * | x2dot, | |||
| double & | y, | |||
| double * | ydot | |||
| ) | [inline] |
Definition at line 58 of file fad_expr.cpp.
| double do_time | ( | int | nderiv, | |
| int | nloop | |||
| ) |
Definition at line 72 of file fad_expr.cpp.
| double do_time_analytic | ( | int | nderiv, | |
| int | nloop | |||
| ) |
Definition at line 96 of file fad_expr.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 123 of file fad_expr.cpp.
1.4.7