Go to file
Benoit Jacob 22d65d47d0 finally, the good approach was two-sided Jacobi. Indeed, it allows
to guarantee the precision of the output, which is very valuable.
Here, we guarantee that the diagonal matrix returned by the SVD is
actually diagonal, to machine precision.

Performance isn't bad at all at 50% of the current householder SVD
performance for a 200x200 matrix (no vectorization) and we have
lots of room for improvement.
2009-08-12 02:35:07 -04:00
bench add ger and lu with partial pivoting in BTL 2009-08-04 11:30:33 +02:00
cmake apply patch from Marcus Hanwell: Improved quoting of tests when added to the build 2009-08-02 15:09:34 +02:00
demos remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
disabled change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme 2009-07-15 17:00:49 +02:00
doc update doc 2009-07-28 17:11:15 +02:00
Eigen finally, the good approach was two-sided Jacobi. Indeed, it allows 2009-08-12 02:35:07 -04:00
test overload operartor* with a ProductBase such that "scalar * (mat * mat)" is optimized 2009-08-11 15:15:06 +02:00
unsupported remove sentence "Eigen itself is part of the KDE project." 2009-05-22 20:25:33 +02:00
.hgignore add basic .hgignore file for most common generated/temporary files 2009-08-08 21:42:14 +02:00
.krazy
CMakeLists.txt remove the FORCE 2009-08-04 17:06:54 +02:00
COPYING
COPYING.LESSER
CTestConfig.cmake enable our own ctest dashboard 2009-07-20 23:06:04 +02:00
Doxyfile * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
eigen2.pc.in Added pkgconfig support 2009-05-19 11:48:50 -05:00
Mainpage.dox * classify and sort the doxygen "related pages" 2009-02-04 09:44:44 +00:00