Blender Git Commit Log

Git Commits -> Revision a56baae

September 11, 2014, 09:14 (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: a56baae7ceec5b0f84d3bcba7f3b577ce689dbf1
Parent Commit: 1f38343
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