| commit | 7dc75380c101b9b4f3882f78fe6a5e9ae8963cac | [log] [tgz] |
|---|---|---|
| author | Benoit Jacob <jacob.benoit.1@gmail.com> | Tue Feb 23 09:04:59 2010 -0500 |
| committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Tue Feb 23 09:04:59 2010 -0500 |
| tree | ee0856550592df2b74bd2d4f912780e2fdbb3cc4 | |
| parent | 4a0d41c5fb9dde0a0a15051ca04b228cea8a16ea [diff] |
* FullPivLU: replace "remaining==0" termination condition (from Golub) by a fuzzy compare (fixes lu test failures when testing solve()) * LU test: set appropriate threshold and limit the number of times that a specially tricky test is run. (fixes lu test failures when testing rank()). * Tests: rename createRandomMatrixOfRank to createRandomProjectionOfRank