| cloudy
    trunk
    | 
#include <integrate.h>

| Public Member Functions | |
| VecIntegrator (const Integrand &fun) | |
| double | sum (double min, double max) const | 
| Data Fields | |
| Integrand | func | 
| Private Attributes | |
| const double * | p_w | 
| const double * | p_a | 
Definition at line 62 of file integrate.h.
| 
 | inlineexplicit | 
Definition at line 67 of file integrate.h.
| 
 | inline | 
Definition at line 68 of file integrate.h.
References ALIGNED(), CD_ALIGN, VecIntegrator< Integrand, Method >::func, min(), numPoints, VecIntegrator< Integrand, Method >::p_a, VecIntegrator< Integrand, Method >::p_w, reduce_ab(), TotalInsanity(), and VecGaussian32.
Referenced by CS_l_mixing_S62().

| Integrand VecIntegrator< Integrand, Method >::func | 
Definition at line 66 of file integrate.h.
Referenced by VecIntegrator< Integrand, Method >::sum().
| 
 | private | 
Definition at line 64 of file integrate.h.
Referenced by VecIntegrator< Integrand, Method >::sum().
| 
 | private | 
Definition at line 64 of file integrate.h.
Referenced by VecIntegrator< Integrand, Method >::sum().
 1.8.5
 1.8.5