Gobelijn API documentation
- generated for commit a0cbea7
|
The Integral wrapper template. More...
#include <functional>
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... | |