Revision 637479

Go back to digest for 4th March 2007

Optimization in Office

Benoît Jacob committed changes in /trunk/koffice:

Make use of the new computeInverseSafely() method introduced in Eigen 1.0.5.

This is much faster for small matrices (up to size 3x3) because then it doesn't compute a LU decomposition.

It also makes simpler code in KSpread.

File Changes

Modified 3 files
  • /trunk/koffice
  •   /CMakeLists.txt
  •   /kspread/CMakeLists.txt
  •   /kspread/functions/math.cpp
3 files changed in total