ADMB Documentation
-a65f1c97
|
#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 |
Scalar & | x |
Definition at line 183 of file integrate.hpp.
typedef Integrand::Scalar gauss_kronrod::mvIntegral< Integrand >::evaluator::Scalar |
Definition at line 184 of file integrate.hpp.
|
inline |
Definition at line 187 of file integrate.hpp.
|
inline |
Definition at line 189 of file integrate.hpp.
Integrand& gauss_kronrod::mvIntegral< Integrand >::evaluator::f |
Definition at line 185 of file integrate.hpp.
Referenced by gauss_kronrod::mvIntegral< Integrand >::evaluator::operator()().
Scalar& gauss_kronrod::mvIntegral< Integrand >::evaluator::x |
Definition at line 186 of file integrate.hpp.
Referenced by gauss_kronrod::mvIntegral< Integrand >::evaluator::operator()().
Generated on Wed Sep 7 2022 00:01:35 for ADMB Documentation by 1.8.5 |