Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Sacado_Random.hpp"
#include "Teuchos_Time.hpp"
#include "Teuchos_Array.hpp"
#include <fstream>
#include "fad_expr_funcs.hpp"
Go to the source code of this file.
Functions | |
template<typename T , typename F > | |
double | do_time (const T x[], int nloop, const F &f) |
template<typename T , template< typename, int > class F> | |
void | do_times (const T x[], int nloop, Teuchos::Array< double > ×) |
template<typename FadType > | |
void | print_times (const std::string &screen_name, const std::string &file_name) |
int | main () |
Definition at line 42 of file fad_expr_depth.cpp.
void do_times | ( | const T | x[], |
int | nloop, | ||
Teuchos::Array< double > & | times | ||
) |
Definition at line 55 of file fad_expr_depth.cpp.
void print_times | ( | const std::string & | screen_name, |
const std::string & | file_name | ||
) |
Definition at line 116 of file fad_expr_depth.cpp.
int main | ( | void | ) |
Definition at line 462 of file fad_expr_depth.cpp.