comp_gen_inte::od_parms Struct Reference

#include <comp_gen_inte.h>


Detailed Description

template<class param_t, class func_t, class lfunc_t = func_t, class ufunc_t = func_t, class vec_t = ovector_view, class alloc_vec_t = ovector, class alloc_t = ovector_alloc>
struct comp_gen_inte< param_t, func_t, lfunc_t, ufunc_t, vec_t, alloc_vec_t, alloc_t >::od_parms

Parameters to send to the 1-d integration functions.

For basic usage, the class-user needs this type to specify the parameter type for 1-d integration objects.

Definition at line 91 of file comp_gen_inte.h.


Data Fields

alloc_vec_t * cx
 The independent variable vector.
lfunc_t * lower
 The function specifying the lower limits.
ufunc_t * upper
 The function specifying the upper limits.
func_t * func
 The function to be integrated.
int ndim
 The number of dimensions.
int idim
 The present recursion level.
param_t * vp
 The user-specified parameter.

The documentation for this struct was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.