#include <integrator_4D_openAcc.hh>
|
using | ctype = typename get_type::ctype<NT> |
| Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
|
|
|
| Integrator4DOACC (QuadratureProvider &quadrature_provider, const std::array< uint, 4 > grid_sizes, const ctype x_extent, const JSONValue &) |
|
| Integrator4DOACC (QuadratureProvider &quadrature_provider, std::array< uint, 4 > grid_sizes, const ctype x_extent, const uint max_block_size=0) |
|
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<typename NT , typename KERNEL >
Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
◆ Integrator4DOACC() [1/2]
template<typename NT , typename KERNEL >
◆ Integrator4DOACC() [2/2]
template<typename NT , typename KERNEL >
◆ get()
template<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<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.
◆ ang_quadrature_p1
template<typename NT , typename KERNEL >
◆ ang_quadrature_p2
template<typename NT , typename KERNEL >
◆ ang_quadrature_p3
template<typename NT , typename KERNEL >
◆ ang_quadrature_w1
template<typename NT , typename KERNEL >
◆ ang_quadrature_w2
template<typename NT , typename KERNEL >
◆ ang_quadrature_w3
template<typename NT , typename KERNEL >
◆ grid_sizes
template<typename NT , typename KERNEL >
◆ x_extent
template<typename NT , typename KERNEL >
◆ x_quadrature_p
template<typename NT , typename KERNEL >
◆ x_quadrature_w
template<typename NT , typename KERNEL >
The documentation for this class was generated from the following file: