Classes | Functions
hit::details Namespace Reference

Classes

class  CompiledGausFitCacheBaseStruct
 
struct  FuncSum
 A sum of NFunc base functions Func. More...
 
struct  FuncSum< 0U, Func, NFuncParams >
 
struct  TemplateArgument
 Struct with member type corresponding to the NArg-th type from Args. More...
 
struct  TemplateArgumentHelper
 Struct with member type corresponding to the NArg-th type from Args. More...
 

Functions

template<typename T >
sqr (T v)
 

Function Documentation

template<typename T >
T hit::details::sqr ( v)
inline

Definition at line 94 of file GausFitCache.h.

94 { return v*v; }