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

◆ do_times()

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.

◆ do_times_fad()

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.

◆ do_times_slfad()

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.

◆ do_times_sfad()

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.

◆ print_times()

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.

◆ main()

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

Definition at line 116 of file fad_fe_jac_fill_range.cpp.