FreeCAD/src/Mod/Sketcher
Abdullah Tahiri 2a54fba098 Sketcher: SparseQR as default QR method
=======================================

The SparseQR is set as default method. However, in accordance with the previous commit, only if a new enough Eigen library is present will SparseQR be executed.

If the library is old and SparseQR can not be reliably used, FC will automatically fall back to use DenseQR.

This ensures that users that have a new enough library > 3.2.2 will benefit from the performance increase, while the users that use older library will still have
the same performance as in legacy FC.
2015-06-24 17:57:06 +02:00
..
App Sketcher: SparseQR as default QR method 2015-06-24 17:57:06 +02:00
Gui Sketcher: SparseQR as default QR method 2015-06-24 17:57:06 +02:00
ProfileLib Sketcher: new Feature: Group creation of Sketcher geometry and other improvements and bug fixes 2015-06-15 22:56:36 +02:00
Templates remove support for automake 2014-11-26 10:26:30 +01:00
CMakeLists.txt Merge remote-tracking branch 'refs/remotes/origin/jriegel/NewWinBuild' into jriegel/review-NewLibPack 2014-08-27 15:39:00 +02:00
Init.py + remove useless stuff from Init files 2015-01-13 16:19:19 +01:00
InitGui.py issue #1701 removed further except: statements 2014-09-17 11:57:32 +02:00
Profiles.py + optimize creation of hexagonal sketch profile, add icon 2014-06-04 12:05:41 +02:00
sketcher.dox + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
SketcherExample.py + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
TestSketcherApp.py + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
TestSketcherGui.py + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00