#include <HxUpoCosh.h>
Public Types | |
typedef HxTagTransInVar | TransVarianceCategory |
Functor is translation invariant. More... | |
Public Methods | |
HxUpoCosh (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const SrcValT &x) |
Actual operation : # return x.cosh() #. More... | |
Static Public Methods | |
HxString | className () |
The name : "cosh". More... |
|
Functor is translation invariant.
|
|
Constructor : empty.
00029 {} |
|
Actual operation : # return x.cosh() #.
00033 { return x.cosh(); } |
|
The name : "cosh".
00037 { return HxString("cosh"); } |