|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado_Random.hpp"#include "Sacado_No_Kokkos.hpp"#include "Sacado_Tay_CacheTaylor.hpp"#include "Teuchos_Time.hpp"#include "Teuchos_CommandLineProcessor.hpp"
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[]) |
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.8.5