33 #ifdef BLI_MATH_GCC_WARN_PRAGMA
34 # pragma GCC diagnostic push
35 # pragma GCC diagnostic ignored "-Wredundant-decls"
44 const bool use_sample_correction,
48 const bool use_sample_correction,
52 #ifdef BLI_MATH_GCC_WARN_PRAGMA
53 # pragma GCC diagnostic pop
void BLI_covariance_m_vn_ex(const int n, const float *cos_vn, const int nbr_cos_vn, const float *center, const 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], const int nbr_cos_v3, const 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