cloudy trunk
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
Integrator< Integrand, Method > Class Template Reference

#include <cddefines.h>

Collaboration diagram for Integrator< Integrand, Method >:
Collaboration graph
[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 1504 of file cddefines.h.

Constructor & Destructor Documentation

◆ Integrator()

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

Member Function Documentation

◆ sum()

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

Field Documentation

◆ c

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

◆ numPoints

template<typename Integrand , methods Method>
double Integrator< Integrand, Method >::numPoints

◆ weights

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

The documentation for this class was generated from the following file: