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 |