Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::Multiply< F1, F2, Fs > Class Template Reference

#include <Multiply.h>

Inheritance diagram for hydra::Multiply< F1, F2, Fs >:
Collaboration diagram for hydra::Multiply< F1, F2, Fs >:

Public Member Functions

 Multiply ()=delete
 
 Multiply (F1 const &f1, F2 const &f2, Fs const &... fs)
 
__hydra_host__ __hydra_device__ Multiply (const Multiply< F1, F2, Fs... > &other)
 
template<typename ... T>
__hydra_host__ __hydra_device__ super_type::return_type Evaluate (T... x) const
 
__hydra_host__ __hydra_device__ Multiply< F1, F2, Fs... > & operator= (Multiply< F1, F2, Fs... > const &other)
 

Detailed Description

template<typename F1, typename F2, typename ... Fs>
class hydra::Multiply< F1, F2, Fs >

Constructor & Destructor Documentation

◆ Multiply() [1/3]

template<typename F1 , typename F2 , typename ... Fs>
hydra::Multiply< F1, F2, Fs >::Multiply ( )
delete

◆ Multiply() [2/3]

template<typename F1 , typename F2 , typename ... Fs>
hydra::Multiply< F1, F2, Fs >::Multiply ( F1 const &  f1,
F2 const &  f2,
Fs const &...  fs 
)
inline

◆ Multiply() [3/3]

template<typename F1 , typename F2 , typename ... Fs>
__hydra_host__ __hydra_device__ hydra::Multiply< F1, F2, Fs >::Multiply ( const Multiply< F1, F2, Fs... > &  other)
inline

Member Function Documentation

◆ Evaluate()

template<typename F1 , typename F2 , typename ... Fs>
template<typename ... T>
__hydra_host__ __hydra_device__ super_type::return_type hydra::Multiply< F1, F2, Fs >::Evaluate ( T...  x) const
inline

◆ operator=()

template<typename F1 , typename F2 , typename ... Fs>
__hydra_host__ __hydra_device__ Multiply<F1,F2, Fs...>& hydra::Multiply< F1, F2, Fs >::operator= ( Multiply< F1, F2, Fs... > const &  other)
inline

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