Benoit Jacob 7aa6fd3625 big reorganization in JacobiSVD:
- R-SVD preconditioning now done with meta selectors to avoid compiling useless code
- SVD options now honored, with options to hint "at least as many rows as cols" etc...
- fix compilation in bad cases (rectangular and fixed-size)
- the check for termination is now done on the fly, no more goto (should have done that earlier!)
2009-09-03 02:53:51 -04:00
..
2009-09-03 02:53:51 -04:00
2009-06-10 11:20:30 +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
LU
2009-05-13 02:02:22 +00:00
QR
2009-09-01 16:20:56 +02:00