BakerImpl< I, D > Struct Template Reference#
|
DiFfRG
|
integrators::transforms::BakerImpl< I, D > Struct Template Reference
#include <qmc.hpp>
Public Member Functions | |
| BakerImpl (I f) | |
| __host__ __device__ auto | operator() (D *x) -> decltype(f(x)) const |
| void | operator() (D *x, decltype(f(x)) *res, U count) |
Public Attributes | |
| I | f |
| const U | number_of_integration_variables |
Constructor & Destructor Documentation
◆ BakerImpl()
template<typename I , typename D >
|
inline |
Member Function Documentation
◆ operator()() [1/2]
template<typename I , typename D >
|
inline |
◆ operator()() [2/2]
template<typename I , typename D >
|
inline |
Member Data Documentation
◆ f
template<typename I , typename D >
| I integrators::transforms::BakerImpl< I, D >::f |
◆ number_of_integration_variables
template<typename I , typename D >
| const U integrators::transforms::BakerImpl< I, D >::number_of_integration_variables |
The documentation for this struct was generated from the following file:
- /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/qmc/qmc.hpp
Generated by