/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/physics/interpolation/linear_interpolator.hh Source File#
|
DiFfRG
Discretization Framework for functional Renormalization Group flows
|
linear_interpolator.hh
Go to the documentation of this file.
20 template <typename NT, typename Coordinates> struct LinearInterpolatorND_helper<1, NT, Coordinates> {
24 template <typename NT, typename Coordinates> struct LinearInterpolatorND_helper<2, NT, Coordinates> {
28 template <typename NT, typename Coordinates> struct LinearInterpolatorND_helper<3, NT, Coordinates> {
39 using LinearInterpolatorND = typename LinearInterpolatorND_helper<Coordinates::dim, NT, Coordinates>::type;
A linear interpolator for 1D data, callable from host AND device code.
Definition linear_interpolator_1d.hh:36
A linear interpolator for 2D data, callable from host AND device code.
Definition linear_interpolator_2d.hh:19
A linear interpolator for 3D data, callable from host AND device code.
Definition linear_interpolator_3d.hh:20
Definition complex_math.hh:10
typename LinearInterpolatorND_helper< Coordinates::dim, NT, Coordinates >::type LinearInterpolatorND
A linear interpolator for ND data, callable from host and device code alike.
Definition linear_interpolator.hh:39
Definition linear_interpolator.hh:18
Definition linear_interpolator.hh:12
Generated by