19#if defined(__cplusplus)
41#if defined(__cplusplus)
double a_float
compiler built-in floating-point number type
Definition a.h:1003
a_float a_regress_odm(a_size n, a_float const *p, a_float *odm)
calculate observation deviation from mean for regression
void a_regress_odm_(a_size n, a_float const *p, a_float *odm, a_float p_mean)
calculate observation deviation from mean for regression
size_t a_size
unsigned integer type returned by the sizeof operator
Definition a.h:823