From 0e9842dd04a78c23231b593314cd9e9f6c0a1f5d Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 13 Jul 2015 17:48:13 +0200 Subject: Add BLI_math_solver, where non-linear solvers should be. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For now, only has an eigen solver for 3×3 (symmetric) matrix. --- source/blender/blenlib/BLI_math.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_math.h') diff --git a/source/blender/blenlib/BLI_math.h b/source/blender/blenlib/BLI_math.h index ce0183eee68..28904897f9d 100644 --- a/source/blender/blenlib/BLI_math.h +++ b/source/blender/blenlib/BLI_math.h @@ -73,5 +73,6 @@ #include "BLI_math_vector.h" #include "BLI_math_geom.h" #include "BLI_math_interp.h" +#include "BLI_math_solvers.h" #endif /* __BLI_MATH_H__ */ -- cgit v1.2.3