Integrand Class Referenceabstract

Defines a general purpose 1D Gaussian quadrature class that implements a variety of weighting schemes. More...

#include "util/quadrature.h"

Inheritance diagram for Integrand:

Public Member Functions

virtual ~Integrand ()
 Defines a general purpose integrand class that must be passed to any integration schemes that are defined below.
 
virtual double operator() (double) const =0
 Defines the integrand function.
 

Detailed Description

Implemented methods include: Legendre and Hermite weights.

Warning
Assumes that the integrand belongs to the Intergrand class.

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