Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Integral.h File Reference

The Integral wrapper template. More...

#include <functional>
Include dependency graph for Integral.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UA_CoMP::Num::Integral< QuadAlgorithm, Integrand >
 Wrap a quadrature algoritm and a functor to produce an integral. More...
 

Namespaces

 UA_CoMP
 Namespace Comp groups all code developed by the CoMP group.
 
 UA_CoMP::Num
 Numerical code.
 

Functions

template<typename QuadAlgorithm , typename Integrand >
Integral< QuadAlgorithm,
Integrand > 
UA_CoMP::Num::make_integral (QuadAlgorithm const &quad, Integrand const &ftor)
 Helper function that returns an Integral for a quadrature algorithm and a functor. More...
 

Detailed Description

The Integral wrapper template.

Author
Jan Broeckhove, CoMP/UA
Remarks
(c) Jan Broeckhove, 2011.

Definition in file Integral.h.