SHOGUN
v3.2.0
|
Go to the source code of this file.
Functions | |
static vector< float64_t > | make_vector (int32_t size, float64_t val) |
static void | plane_rot (float64_t x0, float64_t x1, float64_t &y0, float64_t &y1, SGMatrix< float64_t > &G) |
static void | find_max_abs (const vector< float64_t > &vec, const vector< bool > &ignore, int32_t &imax, float64_t &vmax) |
static void find_max_abs | ( | const vector< float64_t > & | vec, |
const vector< bool > & | ignore, | ||
int32_t & | imax, | ||
float64_t & | vmax | ||
) | [static] |
Definition at line 61 of file LeastAngleRegression.cpp.
static vector<float64_t> make_vector | ( | int32_t | size, |
float64_t | val | ||
) | [static] |
Definition at line 28 of file LeastAngleRegression.cpp.