17 #ifdef BLI_MATH_GCC_WARN_PRAGMA
18 # pragma GCC diagnostic push
19 # pragma GCC diagnostic ignored "-Wredundant-decls"
42 bool use_sample_correction,
54 bool use_sample_correction,
58 #ifdef BLI_MATH_GCC_WARN_PRAGMA
59 # pragma GCC diagnostic pop
void BLI_covariance_m_vn_ex(int n, const float *cos_vn, int cos_vn_num, const float *center, bool use_sample_correction, float *r_covmat)
Compute the covariance matrix of given set of nD coordinates.
void BLI_covariance_m3_v3n(const float(*cos_v3)[3], int cos_v3_num, bool use_sample_correction, float r_covmat[3][3], float r_center[3])
Compute the covariance matrix of given set of 3D coordinates.
NSNotificationCenter * center