template<class T>
class polar_normal_weights_wrapper< T >
Definition at line 52 of file parse_regressor.cc.
◆ func()
Definition at line 55 of file parse_regressor.cc.
References f, and merand48().
57 static float x1 = 0.0;
58 static float x2 = 0.0;
59 static float temp = 0.0;
64 temp = x1 * x1 + x2 * x2;
65 }
while ((temp >= 1.0) || (temp == 0.0));
66 temp = sqrtf((-2.0
f * logf(temp)) / temp);
float merand48(uint64_t &initial)
The documentation for this class was generated from the following file: