Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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

◆ func()

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

Definition at line 75 of file taylor_expr.cpp.

◆ do_time()

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

Definition at line 81 of file taylor_expr.cpp.

◆ main()

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

Definition at line 189 of file taylor_expr.cpp.