Files
eigen/Eigen
Benoit Jacob 2b618a2c16 make jacobi SVD more robust after experimenting with very nasty matrices...
it turns out to be better to repeat the jacobi steps on a given (p,q) pair until it
is diagonal to machine precision, before going to the next (p,q) pair. it's also
an optimization as experiments show that in a majority of cases this allows to find out
that the (p,q) pair is already diagonal to machine precision.
2009-08-12 18:23:39 -04:00
..
2009-06-10 11:20:30 +02:00
2009-02-23 07:50:56 +00:00
2009-08-06 12:20:02 +02:00
2009-06-19 19:09:35 +02:00
2009-06-19 20:46:55 +02:00
2009-08-03 16:06:57 +02:00
2009-08-09 16:58:13 +02:00
2009-05-13 02:02:22 +00:00
2009-07-20 13:27:41 +02:00