Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/intern/math_statistics.c
| Context not available. | |||||
| int k; | int k; | ||||
| /* Covariance matrices are always symetrical, so we can compute only one half of it, | /* Covariance matrices are always symmetrical, so we can compute only one half of it, | ||||
| * and mirror it to the other half (at the end of the func). | * and mirror it to the other half (at the end of the func). | ||||
| * | * | ||||
| * This allows using a flat loop of n*n with same results as imbricated one over half the matrix: | * This allows using a flat loop of n*n with same results as imbricated one over half the matrix: | ||||
| Context not available. | |||||