Revision 842598

Go back to digest for 10th August 2008

Features in Other

Benoît Jacob committed changes in /branches/work/eigen2/Eigen/src:

Add partial pivoting runtime option to LU.

Note: in fact, inverse() always uses partial pivoting because the algo currently used doesn't make sense with complete pivoting.
No num stability issue so far even with size 200x200.

If there is any problem we can of course reimplement inverse on top of LU.

File Changes

Modified 3 files
  • /branches/work/eigen2/Eigen/src
  •   /Core/MatrixBase.h
  •   /LU/LU.h
  •   /Core/util/Constants.h
3 files changed in total