Class Reference for E1039 Core & Analysis Software
halfFunction< T > Class Template Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/Half/halfFunction.h>

Public Member Functions

template<class Function >
 halfFunction (Function f, half domainMin=-HALF_MAX, half domainMax=HALF_MAX, T defaultValue=0, T posInfValue=0, T negInfValue=0, T nanValue=0)
 
operator() (half x) const
 

Detailed Description

template<class T>
class halfFunction< T >

Definition at line 91 of file halfFunction.h.

Constructor & Destructor Documentation

◆ halfFunction()

template<class T >
template<class Function >
halfFunction< T >::halfFunction ( Function  f,
half  domainMin = -HALF_MAX,
half  domainMax = HALF_MAX,
defaultValue = 0,
posInfValue = 0,
negInfValue = 0,
nanValue = 0 
)

Definition at line 126 of file halfFunction.h.

References half::isInfinity(), half::isNan(), half::isNegative(), and half::setBits().

+ Here is the call graph for this function:

Member Function Documentation

◆ operator()()

template<class T >
T halfFunction< T >::operator() ( half  x) const
inline

Definition at line 153 of file halfFunction.h.

References half::bits().

+ Here is the call graph for this function:

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