Benoit Jacob 2f45eeb0c6 More Cholesky fixes.
* Cholesky decs are NOT rank revealing so remove all the rank/isPositiveDefinite etc stuff.
* fix bug in LLT: s/return/continue/
* introduce machine_epsilon constants, they are actually needed for Higman's formula determining
  the cutoff in Cholesky. Btw fix the page reference to his book (chat with Keir).
* solve methods always return true, since this isn't a rank revealing dec. Actually... they already did always return true!! Now it's explicit.
* updated dox and unit-test
2009-04-01 00:21:16 +00:00
2009-04-01 00:21:16 +00:00
2009-04-01 00:21:16 +00:00
2008-09-15 15:45:41 +00:00
Description
No description provided
184 MiB
Languages
C++ 85%
Fortran 8.6%
C 2.8%
CMake 1.9%
Cuda 1.2%
Other 0.4%