Go to the source code of this file.
Namespaces | |
| namespace | amrex |
Functions | |
| template<typename T > | |
| __host__ __device__ void | amrex::poly_interp_coeff (T xInt, T const *__restrict__ x, int N, T *__restrict__ c) noexcept |
| template<int N, typename T > | |
| __host__ __device__ void | amrex::poly_interp_coeff (T xInt, T const *__restrict__ x, T *__restrict__ c) noexcept |