Skip to content
Snippets Groups Projects
  1. Oct 16, 2006
    • Oliver Sander's avatar
      I reimplemented the way the correct code for the three methods determinant(), invert(), · 9dd5756c
      Oliver Sander authored
      and solve() is chosen.  So far, this was done be specializing  auxiliary helper classes.
      I replaced this with simple if (n==...).  One would think that a compiler should be able
      to optimize this away.
      
      Indeed: measurements using g++-4.1 showed that there is no speed difference when compiled
      with -O3.  When compiled without optimization, the new code is actually about 25%
      _faster_ than the old one!  Good for them users of block Gauss-Seidel!
      
      [[Imported from SVN: r4729]]
      9dd5756c
    • Oliver Sander's avatar
      bugfix in error message · 92eb8995
      Oliver Sander authored
      [[Imported from SVN: r4728]]
      92eb8995
  2. Oct 13, 2006
  3. Oct 12, 2006
  4. Oct 11, 2006
  5. Oct 09, 2006
  6. Sep 26, 2006
  7. Sep 18, 2006
  8. Sep 13, 2006
  9. Sep 12, 2006
  10. Sep 08, 2006
  11. Sep 04, 2006
  12. Sep 03, 2006
  13. Aug 28, 2006
  14. Aug 25, 2006
  15. Aug 22, 2006
  16. Aug 15, 2006
  17. Aug 11, 2006
Loading