Blender Git Loki
Git Commits -> Revision 0e9842d
Revision 0e9842d by Bastien Montagne (master) July 13, 2015, 16:05 (GMT) |
Add BLI_math_solver, where non-linear solvers should be. For now, only has an eigen solver for 3�?3 (symmetric) matrix. |
Commit Details:
Full Hash: 0e9842dd04a78c23231b593314cd9e9f6c0a1f5d
Parent Commit: 582e7a6
Lines Changed: +132, -0
2 Added Paths:
/source/blender/blenlib/BLI_math_solvers.h (+66, -0) (View)
/source/blender/blenlib/intern/math_solvers.c (+61, -0) (View)
/source/blender/blenlib/intern/math_solvers.c (+61, -0) (View)