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

Public Member Functions

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

Detailed Description

template<typename T>
class dpnp::kernels::bartlett::BartlettFunctor< T >

Definition at line 38 of file bartlett.hpp.

Constructor & Destructor Documentation

◆ BartlettFunctor()

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

Definition at line 45 of file bartlett.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 47 of file bartlett.hpp.


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