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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user