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

#include <LogLikelihood1.h>

Collaboration diagram for hydra::detail::LogLikelihood1< FUNCTOR >:

Public Member Functions

 LogLikelihood1 (FUNCTOR const &functor)
 
__hydra_host__ __hydra_device__ LogLikelihood1 (LogLikelihood1< FUNCTOR > const &other)
 
template<typename Type >
__hydra_host__ __hydra_device__ GReal_t operator() (Type x) const
 

Data Fields

FUNCTOR fFunctor
 
const GReal_t fNorm
 

Detailed Description

template<typename FUNCTOR>
struct hydra::detail::LogLikelihood1< FUNCTOR >

Constructor & Destructor Documentation

◆ LogLikelihood1() [1/2]

template<typename FUNCTOR >
hydra::detail::LogLikelihood1< FUNCTOR >::LogLikelihood1 ( FUNCTOR const &  functor)
inline

◆ LogLikelihood1() [2/2]

template<typename FUNCTOR >
__hydra_host__ __hydra_device__ hydra::detail::LogLikelihood1< FUNCTOR >::LogLikelihood1 ( LogLikelihood1< FUNCTOR > const &  other)
inline

Member Function Documentation

◆ operator()()

template<typename FUNCTOR >
template<typename Type >
__hydra_host__ __hydra_device__ GReal_t hydra::detail::LogLikelihood1< FUNCTOR >::operator() ( Type  x) const
inline

Field Documentation

◆ fFunctor

template<typename FUNCTOR >
FUNCTOR hydra::detail::LogLikelihood1< FUNCTOR >::fFunctor

◆ fNorm

template<typename FUNCTOR >
const GReal_t hydra::detail::LogLikelihood1< FUNCTOR >::fNorm

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