DPNP C++ backend kernel library 0.20.0dev4
Data Parallel Extension for NumPy*
Loading...
Searching...
No Matches
dpnp::kernels::blackman::BlackmanFunctor< T > Class Template Reference

Public Member Functions

 BlackmanFunctor (T *res, const std::size_t N)
 
void operator() (sycl::id< 1 > id) const
 

Detailed Description

template<typename T>
class dpnp::kernels::blackman::BlackmanFunctor< T >

Definition at line 38 of file blackman.hpp.

Constructor & Destructor Documentation

◆ BlackmanFunctor()

template<typename T >
dpnp::kernels::blackman::BlackmanFunctor< T >::BlackmanFunctor ( T * res,
const std::size_t N )
inline

Definition at line 45 of file blackman.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
void dpnp::kernels::blackman::BlackmanFunctor< T >::operator() ( sycl::id< 1 > id) const
inline

Definition at line 47 of file blackman.hpp.


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