Integrator< Integrand, Method > Class Template Reference

#include <cddefines.h>

Collaboration diagram for Integrator< Integrand, Method >:
[legend]

Public Member Functions

 Integrator (void)
double sum (double min, double max, Integrand func)

Data Fields

double numPoints
double weights [16]
double c [16]

Detailed Description

template<typename Integrand, methods Method>
class Integrator< Integrand, Method >

Definition at line 1706 of file cddefines.h.


Constructor & Destructor Documentation

template<typename Integrand, methods Method>
Integrator< Integrand, Method >::Integrator ( void   )  [inline]

Member Function Documentation

template<typename Integrand, methods Method>
double Integrator< Integrand, Method >::sum ( double  min,
double  max,
Integrand  func 
) [inline]

Field Documentation

template<typename Integrand, methods Method>
double Integrator< Integrand, Method >::c[16]
template<typename Integrand, methods Method>
double Integrator< Integrand, Method >::numPoints
template<typename Integrand, methods Method>
double Integrator< Integrand, Method >::weights[16]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Nov 2012 for cloudy by  doxygen 1.6.1