All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
hit::details Namespace Reference

Classes

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

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; }