XGCa
|
#include "space_settings.hpp"
Go to the source code of this file.
Functions | |
template<typename T , typename T2 > | |
KOKKOS_INLINE_FUNCTION T2 | linear_1d_interpolation (const T &x, const T &y, const T2 x1) |
template<typename T > | |
void | linear_1d_interpolation (const T &x, const T &y, const T &x1, const T &y1) |
KOKKOS_INLINE_FUNCTION T2 linear_1d_interpolation | ( | const T & | x, |
const T & | y, | ||
const T2 | x1 | ||
) |
void linear_1d_interpolation | ( | const T & | x, |
const T & | y, | ||
const T & | x1, | ||
const T & | y1 | ||
) |