composite_inte::od_parms Struct Reference

#include <composite_inte.h>


Detailed Description

template<class param_t, class func_t, class vec_t, class alloc_vec_t, class alloc_t>
struct composite_inte< param_t, func_t, vec_t, alloc_vec_t, alloc_t >::od_parms

Parameters to send to the 1-d integration functions.

This structure is not intended to be frequently used directly by the class-user, but must be public so that the 1-d integration objects can be specified.

Definition at line 80 of file composite_inte.h.


Data Fields

const vec_t * ax
 The user-specified upper limits.
const vec_t * bx
 The user-specified lower limits.
alloc_vec_t * cx
 The independent variable vector.
func_t * mf
 The user-specified function.
int ndim
 The user-specified 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.

Project hosting provided by SourceForge.net Logo, O2scl Sourceforge Project Page