Add BLI_math_solver, where non-linear solvers should be.

For now, only has an eigen solver for 3×3 (symmetric) matrix.
This commit is contained in:
2015-07-13 17:48:13 +02:00
parent 582e7a6347
commit 0e9842dd04
5 changed files with 132 additions and 0 deletions

View File

@@ -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__ */