Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
taylor_expr.cpp File Reference
#include "Sacado_Random.hpp"
#include "Sacado_No_Kokkos.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[])
 

Function Documentation

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

Definition at line 75 of file taylor_expr.cpp.

template<typename TaylorType >
double do_time ( int  degree,
int  nloop 
)

Definition at line 81 of file taylor_expr.cpp.

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

Definition at line 189 of file taylor_expr.cpp.