Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-07-13 18:53:22 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-07-13 19:05:38 +0300
commite93b969ac99e0205278580edae87892cc5eda60c (patch)
tree82ff492a7f8f345ad881d521b3f4d0051f4aade1 /source/blender/blenlib/BLI_math.h
parent0e9842dd04a78c23231b593314cd9e9f6c0a1f5d (diff)
Add BLI_math_statistics, where stats tool shall be!
For now, only contains some 3x3 matrix covariance computing.
Diffstat (limited to 'source/blender/blenlib/BLI_math.h')
-rw-r--r--source/blender/blenlib/BLI_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_math.h b/source/blender/blenlib/BLI_math.h
index 28904897f9d..ec3fbdc9bfc 100644
--- a/source/blender/blenlib/BLI_math.h
+++ b/source/blender/blenlib/BLI_math.h
@@ -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__ */