Blender Git Commit Log

Git Commits -> Revision d91a4cd

Revision d91a4cd by Lukas Toenne (master)
January 20, 2015, 08:29 (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: d91a4cd1a18f6986984b18fe7ee94f8d999baad6
Parent Commit: e55d114
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