Blender Git Commit Log

Git Commits -> Revision 5a06111

January 19, 2015, 16:55 (GMT)
Optimized matrix filling using the Eigen triplets method.

Otherwise the construction of matrices becomes very slow for larger
vertex counts because adding a new element is O(n), making it O(n^2) in
total.

Commit Details:

Full Hash: 5a06111f3347513714c980cc5b51d497023b4315
Parent Commit: f11046c
Lines Changed: +86, -45

2 Modified Paths:

/source/blender/blenkernel/intern/implicit.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/implicit_eigen.cpp (+84, -45) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021