Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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"
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[]) |
Definition at line 51 of file fad_expr.cpp.
|
inline |
Definition at line 56 of file fad_expr.cpp.
double do_time | ( | int | nderiv, |
int | nloop | ||
) |
Definition at line 70 of file fad_expr.cpp.
double do_time_analytic | ( | int | nderiv, |
int | nloop | ||
) |
Definition at line 94 of file fad_expr.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 121 of file fad_expr.cpp.