isce3  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | Public Member Functions | Protected Member Functions | Friends | List of all members
isce3::cuda::core::TabulatedKernelView< T > Class Template Reference

A non-owning reference to a TabulatedKernel object. More...

#include <Kernels.h>

Inheritance diagram for isce3::cuda::core::TabulatedKernelView< T >:
isce3::cuda::core::Kernel< T, TabulatedKernelView< T > >

Public Types

using view_type = TabulatedKernelView< T >
 A non-owning kernel view type that can be passed to device code.
 
- Public Types inherited from isce3::cuda::core::Kernel< T, TabulatedKernelView< T > >
using value_type = T
 Kernel coefficients value type.
 

Public Member Functions

 TabulatedKernelView (const TabulatedKernel< T > &kernel)
 
CUDA_DEV T operator() (double t) const
 Evaluate the kernel at a given location in [-halfwidth, halfwidth].
 
- Public Member Functions inherited from isce3::cuda::core::Kernel< T, TabulatedKernelView< T > >
constexpr Kernel (double width) noexcept
 Construct a new Kernel object. More...
 
constexpr double halfwidth () const noexcept
 Get the halfwidth of the kernel. More...
 
constexpr double width () const noexcept
 Get the width of the kernel. More...
 
CUDA_HOSTDEV T operator() (double t) const
 Evaluate the kernel at a given location in [-halfwidth, halfwidth]. More...
 

Protected Member Functions

CUDA_DEV T eval (double t) const
 

Friends

class TabulatedKernel< T >
 

Detailed Description

template<typename T>
class isce3::cuda::core::TabulatedKernelView< T >

A non-owning reference to a TabulatedKernel object.


The documentation for this class was generated from the following files:

Generated for ISCE3.0 by doxygen 1.8.5.