Analytics Template Library
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
ThreadFunction Struct Reference

Public Member Functions

 ThreadFunction (int start, int end, std::vector< atl::Variable< double > > &v, atl::Variable< double > &m, int estart)
 
void operator() ()
 

Public Attributes

int start
 
int end
 
std::vector< atl::Variable
< double > > & 
v
 
atl::Variable< double > & maxv
 
int estart
 

Detailed Description

Returns the minimum between a and b in a continuous manner using:

(a + b - |a.GetValue() - b.GetValue()|) / 2.0;

Parameters
a
b
Returns

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