#include "Sacado_Random.hpp"#include "Sacado.hpp"#include "Sacado_Tay_CacheTaylor.hpp"#include "Teuchos_Time.hpp"#include "Teuchos_CommandLineProcessor.hpp"Include dependency graph for taylor_expr.cpp:

Go to the source code of this file.
Functions | |
| template<typename T> | |
| void | func (const T &x1, const T &x2, T &y) |
| template<typename TaylorType> | |
| double | do_time (int degree, int nloop) |
| int | main (int argc, char *argv[]) |
| void func | ( | const T & | x1, | |
| const T & | x2, | |||
| T & | y | |||
| ) | [inline] |
Definition at line 74 of file taylor_expr.cpp.
| double do_time | ( | int | degree, | |
| int | nloop | |||
| ) |
Definition at line 80 of file taylor_expr.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 188 of file taylor_expr.cpp.
1.4.7