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:48:13 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-07-13 19:05:38 +0300
commit0e9842dd04a78c23231b593314cd9e9f6c0a1f5d (patch)
treeb5f61f61d035ba2974803d35978db069fdfe777c /source/blender/blenlib/CMakeLists.txt
parent582e7a6347694aac616beff150b9c7727fd84f15 (diff)
Add BLI_math_solver, where non-linear solvers should be.
For now, only has an eigen solver for 3×3 (symmetric) matrix.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 37c9afd3a6d..f21a7ec614b 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -30,6 +30,7 @@ set(INC
../../../intern/guardedalloc
../../../intern/atomic
../../../extern/wcwidth
+ ../../../extern/Eigen3
)
set(INC_SYS
@@ -83,6 +84,7 @@ set(SRC
intern/math_interp.c
intern/math_matrix.c
intern/math_rotation.c
+ intern/math_solvers.c
intern/math_vector.c
intern/math_vector_inline.c
intern/noise.c
@@ -162,6 +164,7 @@ set(SRC
BLI_math_interp.h
BLI_math_matrix.h
BLI_math_rotation.h
+ BLI_math_solvers.h
BLI_math_vector.h
BLI_memarena.h
BLI_mempool.h