Quadrature Class Reference

Ratpac-two: Quadrature Class Reference
Ratpac-two
Quadrature Class Referenceabstract

Interface for algorithms to integrate functions of a single variable. More...

#include <Quadrature.hh>

Inheritance diagram for Quadrature:
AdaptiveSimpsonQuadrature FixedTrapezoidalQuadrature

Public Member Functions

virtual double Integrate (Evaluateable &f, const double xlo, const double xhi)=0
 

Detailed Description

Interface for algorithms to integrate functions of a single variable.

Author
Ed Callaghan ejc3@.nosp@m.berk.nosp@m.eley..nosp@m.edu

REVISION HISTORY:

  • 2022-09 : Ed Callaghan - First revision

    Base class exposing a method for function integration, which acts as an interface for different quadrature rules to adhere to.


The documentation for this class was generated from the following files:
  • /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/Quadrature.hh
  • /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/src/quadrature/Quadrature.cc