Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Integrator< Integrand, Method > Class Template Reference

#include <integrate.h>

Public Member Functions

 Integrator (const Integrand &fun)
 
double sum (double min, double max) const
 

Public Attributes

Integrand func
 

Private Attributes

const double * p_w
 
const double * p_a
 

Constructor & Destructor Documentation

template<typename Integrand, methods Method>
Integrator< Integrand, Method >::Integrator ( const Integrand &  fun)
inlineexplicit

Member Function Documentation

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

Member Data Documentation

template<typename Integrand, methods Method>
Integrand Integrator< Integrand, Method >::func
template<typename Integrand, methods Method>
const double * Integrator< Integrand, Method >::p_a
private
template<typename Integrand, methods Method>
const double* Integrator< Integrand, Method >::p_w
private

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