#include <integrator_3Dpx0_cpu.hh>
|
| using | ctype = typename get_type::ctype<NT> |
| | Numerical type to be used for integration tasks e.g. the argument or possible jacobians.
|
| |
|
| | Integrator3Dpx0TBB (QuadratureProvider &quadrature_provider, const std::array< uint, 4 > grid_sizes, const ctype x_extent, const ctype x0_extent, const JSONValue &) |
| |
| | Integrator3Dpx0TBB (QuadratureProvider &quadrature_provider, std::array< uint, 4 > grid_sizes, const ctype x_extent, const ctype x0_extent, const uint max_block_size=0) |
| |
| template<typename... T> |
| NT | get (const ctype k, const T &...t) const |
| |
| 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.
◆ Integrator3Dpx0TBB() [1/2]
template<typename NT , typename KERNEL >
◆ Integrator3Dpx0TBB() [2/2]
template<typename NT , typename KERNEL >
◆ get()
template<typename NT , typename KERNEL >
template<typename... T>
◆ 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_p
template<typename NT , typename KERNEL >
◆ ang_quadrature_w
template<typename NT , typename KERNEL >
◆ grid_sizes
template<typename NT , typename KERNEL >
◆ x0_extent
template<typename NT , typename KERNEL >
◆ x0_quadrature_p
template<typename NT , typename KERNEL >
◆ x0_quadrature_w
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: