#include <comp_gen_inte.h>
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. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page