Revision 594753

Go back to digest for 15th October 2006

Other in Other

Benoît Jacob committed changes in /trunk/kdesupport/eigen:

Eigen's matrices are now required to be square, that allows to move much more code to the base class MatrixBase, and allows many simplifications.

Also moved all operators to base classes. For the assignment ops that means we're inlining them into the subclasses (assignment ops aren't inherited).

File Changes

Modified 11 files
  • /trunk/kdesupport/eigen
  •   /linearsolver.h
  •   /linearsolverbase.h
  •   /linearsolverx.h
  •   /ludecomposition.h
  •   /ludecompositionbase.h
  •   /matrix.h
  •   /matrixbase.h
  •   /matrixx.h
  •   /test.cpp
  •   /util.h
  •   /vectorx.h
11 files changed in total