#include <integrator_constant.hh>
|
using | ctype = typename get_type::ctype<NT> |
| Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
|
|
|
| IntegratorConstant (QuadratureProvider &quadrature_provider, const std::array< uint, 1 > grid_size, const ctype x_extent, const uint max_block_size=0) |
|
| IntegratorConstant (QuadratureProvider &quadrature_provider, const std::array< uint, 1 > grid_size, const ctype x_extent, const JSONValue &) |
|
| IntegratorConstant (QuadratureProvider &quadrature_provider, const uint grid_size, const ctype x_extent, const uint max_block_size=0) |
|
| IntegratorConstant () |
|
template<typename... T> |
NT | get (const ctype k, const T &...t) const |
| Get the integral of the kernel.
|
|
template<typename... T> |
std::future< NT > | request (const ctype k, const T &...t) const |
| Request a future for the integral of the kernel.
|
|
◆ ctype
template<int d, typename NT , typename KERNEL >
Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
◆ IntegratorConstant() [1/4]
template<int d, typename NT , typename KERNEL >
◆ IntegratorConstant() [2/4]
template<int d, typename NT , typename KERNEL >
◆ IntegratorConstant() [3/4]
template<int d, typename NT , typename KERNEL >
◆ IntegratorConstant() [4/4]
template<int d, typename NT , typename KERNEL >
◆ get()
template<int d, typename NT , typename KERNEL >
template<typename... T>
Get the integral of the kernel.
- Template Parameters
-
T | Types of the parameters for the kernel. |
- Parameters
-
k | RG-scale. |
t | Parameters forwarded to the kernel. |
- Returns
- NT Integral of the kernel plus the constant part.
◆ request()
template<int d, typename NT , typename KERNEL >
template<typename... T>
Request a future for the integral of the kernel.
- Template Parameters
-
T | Types of the parameters for the kernel. |
- Parameters
-
k | RG-scale. |
t | Parameters forwarded to the kernel. |
- Returns
- std::future<NT> future holding the integral of the kernel plus the constant part.
The documentation for this class was generated from the following file: