Revision 595952
Go back to digest for 22nd October 2006Other in Other
Benoît Jacob committed changes in /trunk/kdesupport/eigen:
Announcing Eigen 0.9, beta release (1.0 should follow in 1 month,
after Eigen has been tested in real apps).
Changelog to previous svn commit:
- big API simplification for easy linear solver
- now fixed-size classes never cause dyn mem allocs (thanks valgrind)
(you can even solve systems of equations without any dyn mem alloc)
- lots of fixes for complex numbers, now everything should work with
T == std::complex
- more fixes, more cleanup, more dox
File Changes
Modified 12 files
- /trunk/kdesupport/eigen
- /Doxyfile
- /doxyfix
- /linearsolver.h
- /linearsolverbase.h
- /linearsolverx.h
- /ludecomposition.h
- /ludecompositionbase.h
- /ludecompositionx.h
- /matrixbase.h
- /test.cpp
- /util.h
- /vectorbase.h
12 files changed in total