Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
fad_fe_jac_fill_range.cpp File Reference
#include "fe_jac_fill_funcs.hpp"
Include dependency graph for fad_fe_jac_fill_range.cpp:

Go to the source code of this file.

Functions

std::vector< double > do_times (int work_count, int num_eqns_begin, int num_eqns_end, int num_eqns_delta, double(*func)(unsigned int, unsigned int, double))
 
template<template< typename > class FadType>
std::vector< double > do_times_fad (int work_count, int num_eqns_begin, int num_eqns_end, int num_eqns_delta)
 
template<template< typename, int > class FadType>
std::vector< double > do_times_slfad (int work_count, int num_eqns_begin, int num_eqns_end, int num_eqns_delta)
 
template<template< typename, int > class FadType>
std::vector< double > do_times_sfad (int work_count, int num_eqns_begin, int num_eqns_end, int num_eqns_delta)
 
void print_times (const std::vector< double > &times, const std::vector< double > &base, const std::string &name, int p, int w, int w_name)
 
int main (int argc, char *argv[])
 

Function Documentation

std::vector<double> do_times ( int  work_count,
int  num_eqns_begin,
int  num_eqns_end,
int  num_eqns_delta,
double(*)(unsigned int, unsigned int, double)  func 
)

Definition at line 33 of file fad_fe_jac_fill_range.cpp.

template<template< typename > class FadType>
std::vector<double> do_times_fad ( int  work_count,
int  num_eqns_begin,
int  num_eqns_end,
int  num_eqns_delta 
)

Definition at line 48 of file fad_fe_jac_fill_range.cpp.

template<template< typename, int > class FadType>
std::vector<double> do_times_slfad ( int  work_count,
int  num_eqns_begin,
int  num_eqns_end,
int  num_eqns_delta 
)

Definition at line 62 of file fad_fe_jac_fill_range.cpp.

template<template< typename, int > class FadType>
std::vector<double> do_times_sfad ( int  work_count,
int  num_eqns_begin,
int  num_eqns_end,
int  num_eqns_delta 
)

Definition at line 78 of file fad_fe_jac_fill_range.cpp.

void print_times ( const std::vector< double > &  times,
const std::vector< double > &  base,
const std::string &  name,
int  p,
int  w,
int  w_name 
)

Definition at line 103 of file fad_fe_jac_fill_range.cpp.

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

Definition at line 116 of file fad_fe_jac_fill_range.cpp.