Hydra  4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
hydra::detail::GenzMalikBoxResult< Type > Class Template Reference

#include <GenzMalikBox.h>

Collaboration diagram for hydra::detail::GenzMalikBoxResult< Type >:

Public Member Functions

 GenzMalikBoxResult ()=default
 
__hydra_host__ __hydra_device__ GenzMalikBoxResult (Type integral, Type error)
 
__hydra_host__ __hydra_device__ GenzMalikBoxResult (GenzMalikBoxResult< Type > const &other)
 
template<size_t N>
__hydra_host__ __hydra_device__ GenzMalikBoxResult (GenzMalikBox< N >const &other)
 
template<size_t N>
__hydra_host__ __hydra_device__ GenzMalikBoxResult (hydra::thrust::device_reference< const hydra::detail::GenzMalikBox< N >> other)
 
__hydra_host__ __hydra_device__ Type GetError () const
 
__hydra_host__ __hydra_device__ Type GetIntegral () const
 
std::pair< Type, Type > GetPair ()
 
__hydra_host__ __hydra_device__ GenzMalikBoxResult< Type > & operator+= (GenzMalikBoxResult< Type > const &other)
 
template<size_t N>
__hydra_host__ __hydra_device__ GenzMalikBoxResult< Type > & operator+= (GenzMalikBox< N > const &other)
 
__hydra_host__ __hydra_device__ GenzMalikBoxResult< Type > & operator= (GenzMalikBoxResult< Type > const &other)
 
template<size_t N>
__hydra_host__ __hydra_device__ GenzMalikBoxResult< Type > & operator= (GenzMalikBox< N > const &other)
 
template<size_t N>
__hydra_host__ __hydra_device__ GenzMalikBoxResult< Type > & operator= (GenzMalikBox< N > other)
 
__hydra_host__ __hydra_device__ void SetError (Type error)
 
__hydra_host__ __hydra_device__ void SetIntegral (Type integral)
 

Detailed Description

template<typename Type>
class hydra::detail::GenzMalikBoxResult< Type >

Constructor & Destructor Documentation

◆ GenzMalikBoxResult() [1/5]

template<typename Type >
hydra::detail::GenzMalikBoxResult< Type >::GenzMalikBoxResult ( )
default

◆ GenzMalikBoxResult() [2/5]

template<typename Type >
__hydra_host__ __hydra_device__ hydra::detail::GenzMalikBoxResult< Type >::GenzMalikBoxResult ( Type  integral,
Type  error 
)
inline

◆ GenzMalikBoxResult() [3/5]

template<typename Type >
__hydra_host__ __hydra_device__ hydra::detail::GenzMalikBoxResult< Type >::GenzMalikBoxResult ( GenzMalikBoxResult< Type > const &  other)
inline

◆ GenzMalikBoxResult() [4/5]

template<typename Type >
template<size_t N>
__hydra_host__ __hydra_device__ hydra::detail::GenzMalikBoxResult< Type >::GenzMalikBoxResult ( GenzMalikBox< N >const &  other)
inline

◆ GenzMalikBoxResult() [5/5]

template<typename Type >
template<size_t N>
__hydra_host__ __hydra_device__ hydra::detail::GenzMalikBoxResult< Type >::GenzMalikBoxResult ( hydra::thrust::device_reference< const hydra::detail::GenzMalikBox< N >>  other)
inline

Member Function Documentation

◆ GetError()

template<typename Type >
__hydra_host__ __hydra_device__ Type hydra::detail::GenzMalikBoxResult< Type >::GetError ( ) const
inline

◆ GetIntegral()

template<typename Type >
__hydra_host__ __hydra_device__ Type hydra::detail::GenzMalikBoxResult< Type >::GetIntegral ( ) const
inline

◆ GetPair()

template<typename Type >
std::pair<Type,Type> hydra::detail::GenzMalikBoxResult< Type >::GetPair ( )
inline

◆ operator+=() [1/2]

template<typename Type >
__hydra_host__ __hydra_device__ GenzMalikBoxResult<Type>& hydra::detail::GenzMalikBoxResult< Type >::operator+= ( GenzMalikBoxResult< Type > const &  other)
inline

◆ operator+=() [2/2]

template<typename Type >
template<size_t N>
__hydra_host__ __hydra_device__ GenzMalikBoxResult<Type>& hydra::detail::GenzMalikBoxResult< Type >::operator+= ( GenzMalikBox< N > const &  other)
inline

◆ operator=() [1/3]

template<typename Type >
__hydra_host__ __hydra_device__ GenzMalikBoxResult<Type>& hydra::detail::GenzMalikBoxResult< Type >::operator= ( GenzMalikBoxResult< Type > const &  other)
inline

◆ operator=() [2/3]

template<typename Type >
template<size_t N>
__hydra_host__ __hydra_device__ GenzMalikBoxResult<Type>& hydra::detail::GenzMalikBoxResult< Type >::operator= ( GenzMalikBox< N > const &  other)
inline

◆ operator=() [3/3]

template<typename Type >
template<size_t N>
__hydra_host__ __hydra_device__ GenzMalikBoxResult<Type>& hydra::detail::GenzMalikBoxResult< Type >::operator= ( GenzMalikBox< N >  other)
inline

◆ SetError()

template<typename Type >
__hydra_host__ __hydra_device__ void hydra::detail::GenzMalikBoxResult< Type >::SetError ( Type  error)
inline

◆ SetIntegral()

template<typename Type >
__hydra_host__ __hydra_device__ void hydra::detail::GenzMalikBoxResult< Type >::SetIntegral ( Type  integral)
inline

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