Add BLI_math_statistics, where stats tool shall be!

For now, only contains some 3x3 matrix covariance computing.
This commit is contained in:
2015-07-13 17:53:22 +02:00
parent 0e9842dd04
commit e93b969ac9
4 changed files with 189 additions and 0 deletions

View File

@@ -74,5 +74,6 @@
#include "BLI_math_geom.h"
#include "BLI_math_interp.h"
#include "BLI_math_solvers.h"
#include "BLI_math_statistics.h"
#endif /* __BLI_MATH_H__ */