isce3  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Interp1d.h
1 #pragma once
2 
3 #include <isce3/core/Common.h>
4 
5 namespace isce3 { namespace cuda { namespace core {
6 
20 template<class Kernel, typename T>
21 CUDA_HOSTDEV T interp1d(const Kernel& kernel, const T* x, size_t length,
22  size_t stride, double t, bool periodic = false);
23 
24 }}} // namespace isce3::cuda::core
25 
26 #include "Interp1d.icc"
TD interp1d(const Kernel< TK > &kernel, const TD *x, size_t length, size_t stride, double t, bool periodic=false)
Interpolate sequence x at point t.
Definition: Interp1d.icc:6

Generated for ISCE3.0 by doxygen 1.8.5.