cloudy trunk
|
#include <cddefines.h>
Public Member Functions | |
Integrator (void) | |
double | sum (double min, double max, Integrand func) |
Data Fields | |
double | numPoints |
double | weights [16] |
double | c [16] |
Definition at line 1504 of file cddefines.h.
|
inline |
Definition at line 1509 of file cddefines.h.
|
inline |
Definition at line 1531 of file cddefines.h.
References ASSERT, c, Gaussian32, max(), min(), numPoints, and weights.
Referenced by collision_strength_VF01(), conpmp(), CS_l_mixing_S62(), CS_l_mixing_VF01(), CS_VS80(), DrvContPump(), esc_CRDwing_1side(), esccon(), and SanityCheckBegin().
double Integrator< Integrand, Method >::c[16] |
Definition at line 1507 of file cddefines.h.
Referenced by Integrator(), and sum().
double Integrator< Integrand, Method >::numPoints |
Definition at line 1507 of file cddefines.h.
Referenced by Integrator(), and sum().
double Integrator< Integrand, Method >::weights[16] |
Definition at line 1507 of file cddefines.h.
Referenced by Integrator(), and sum().