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-02 18:45:24 +02:00
2009-10-09 14:09:25 +02:00
2009-10-02 18:45:24 +02:00
2009-10-15 16:09:43 -04:00
2009-10-18 00:47:40 -04:00
2009-10-18 00:47:40 -04:00
2009-10-15 18:43:15 +02:00
2009-10-09 14:09:25 +02:00
2009-10-05 07:58:53 -04:00
2009-05-19 11:48:50 -05:00
Description
No description provided
MPL-2.0 146 MiB
Languages
C++ 85.1%
Fortran 8.5%
C 2.8%
CMake 1.9%
Cuda 1.2%
Other 0.4%