Benoit Jacob 8332c232db big huge changes in LU!
* continue the decomposition until a pivot is exactly zero;
  don't try to compute the rank in the decomposition itself.
* Instead, methods such as rank() use a new internal parameter
  called 'threshold' to determine which pivots are to be
  considered nonzero.
* The threshold is by default determined by defaultThreshold()
  but the user can override that by calling useThreshold(value).
* In solve/kernel/image, don't assume that the diagonal of U
  is sorted in decreasing order, because that's only approximately
  true. Additional work was needed to extract the right pivots.
2009-10-18 00:47:40 -04:00
..
2009-10-18 00:47:40 -04:00
2009-06-10 11:20:30 +02:00
2009-09-19 19:14:28 -04:00
2009-06-19 19:09:35 +02:00
2009-06-19 20:46:55 +02:00
LU
2009-05-13 02:02:22 +00:00
2009-09-02 21:23:09 +02:00