Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
s_quad_func< Num > Struct Template Reference

Public Member Functions

 s_quad_func (double a_)
 
double operator() (double x[Num]) const
 

Public Attributes

double a
 

Static Public Attributes

static const int N = Num
 

Detailed Description

template<int Num>
struct s_quad_func< Num >

Definition at line 56 of file stieltjes_example4.cpp.

Constructor & Destructor Documentation

◆ s_quad_func()

template<int Num>
s_quad_func< Num >::s_quad_func ( double  a_)
inline

Definition at line 60 of file stieltjes_example4.cpp.

Member Function Documentation

◆ operator()()

template<int Num>
double s_quad_func< Num >::operator() ( double  x[Num]) const
inline

Definition at line 62 of file stieltjes_example4.cpp.

Member Data Documentation

◆ N

template<int Num>
const int s_quad_func< Num >::N = Num
static

Definition at line 57 of file stieltjes_example4.cpp.

◆ a

template<int Num>
double s_quad_func< Num >::a

Definition at line 58 of file stieltjes_example4.cpp.


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