ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
gauss_kronrod::mvIntegral< Integrand >::evaluator Struct Reference

#include <integrate.hpp>

Public Types

typedef Integrand::Scalar Scalar
 

Public Member Functions

 evaluator (Integrand &f_, Scalar &x_)
 
Scalar operator() (const Scalar &x_)
 

Public Attributes

Integrand & f
 
Scalarx
 

Detailed Description

template<class Integrand>
struct gauss_kronrod::mvIntegral< Integrand >::evaluator

Definition at line 183 of file integrate.hpp.

Member Typedef Documentation

template<class Integrand>
typedef Integrand::Scalar gauss_kronrod::mvIntegral< Integrand >::evaluator::Scalar

Definition at line 184 of file integrate.hpp.

Constructor & Destructor Documentation

template<class Integrand>
gauss_kronrod::mvIntegral< Integrand >::evaluator::evaluator ( Integrand &  f_,
Scalar x_ 
)
inline

Definition at line 187 of file integrate.hpp.

Member Function Documentation

template<class Integrand>
Scalar gauss_kronrod::mvIntegral< Integrand >::evaluator::operator() ( const Scalar x_)
inline

Definition at line 189 of file integrate.hpp.

Member Data Documentation

template<class Integrand>
Integrand& gauss_kronrod::mvIntegral< Integrand >::evaluator::f
template<class Integrand>
Scalar& gauss_kronrod::mvIntegral< Integrand >::evaluator::x

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