isce3 0.25.0
|
gpuBicubicInterpolator class derived from abstract gpuInterpolator class More...
#include <gpuInterpolator.h>
Public Member Functions | |
CUDA_DEV U | interpolate (double, double, const U *, size_t, size_t) |
CUDA_HOST void | interpolate_h (const Matrix< double > &, Matrix< U > &, double, double, U *) |
gpuBicubicInterpolator class derived from abstract gpuInterpolator class
|
virtual |
Implements isce3::cuda::core::gpuInterpolator< U >.