Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Static Public Attributes | List of all members
ExprFuncs Struct Reference

#include <fad_expr_funcs.hpp>

Classes

struct  add
 
struct  add< T, 1 >
 
struct  add< T, 10 >
 
struct  add< T, 15 >
 
struct  add< T, 2 >
 
struct  add< T, 20 >
 
struct  add< T, 3 >
 
struct  add< T, 4 >
 
struct  add< T, 5 >
 
struct  add_base
 
struct  mult
 
struct  mult< T, 1 >
 
struct  mult< T, 10 >
 
struct  mult< T, 15 >
 
struct  mult< T, 2 >
 
struct  mult< T, 20 >
 
struct  mult< T, 3 >
 
struct  mult< T, 4 >
 
struct  mult< T, 5 >
 
struct  mult_base
 
struct  nest
 
struct  nest< T, 1 >
 
struct  nest< T, 10 >
 
struct  nest< T, 15 >
 
struct  nest< T, 2 >
 
struct  nest< T, 20 >
 
struct  nest< T, 3 >
 
struct  nest< T, 4 >
 
struct  nest< T, 5 >
 
struct  nest_base
 

Static Public Attributes

static const int nfunc = 8
 
static const char * mult_names [nfunc]
 
static const char * nest_names [nfunc]
 
static const char * add_names [nfunc]
 
static const int nx_max = 21
 

Detailed Description

Definition at line 66 of file fad_expr_funcs.hpp.

Member Data Documentation

const int ExprFuncs::nfunc = 8
static

Definition at line 67 of file fad_expr_funcs.hpp.

const char * ExprFuncs::mult_names
static
Initial value:
= {
"mult1",
"mult2",
"mult3",
"mult4",
"mult5",
"mult10",
"mult15",
"mult20"
}

Definition at line 68 of file fad_expr_funcs.hpp.

const char * ExprFuncs::nest_names
static
Initial value:
= {
"nest1",
"nest2",
"nest3",
"nest4",
"nest5",
"nest10",
"nest15",
"nest20"
}

Definition at line 69 of file fad_expr_funcs.hpp.

const char * ExprFuncs::add_names
static
Initial value:
= {
"add1",
"add2",
"add3",
"add4",
"add5",
"add10",
"add15",
"add20"
}

Definition at line 70 of file fad_expr_funcs.hpp.

const int ExprFuncs::nx_max = 21
static

Definition at line 71 of file fad_expr_funcs.hpp.


The documentation for this struct was generated from the following files: