Skip to content
Snippets Groups Projects
  1. Feb 26, 2007
  2. Feb 21, 2007
  3. Feb 16, 2007
  4. Feb 15, 2007
  5. Feb 13, 2007
  6. Feb 12, 2007
  7. Jan 25, 2007
  8. Jan 18, 2007
  9. Jan 04, 2007
  10. Dec 21, 2006
    • Markus Blatt's avatar
      · 8031ce00
      Markus Blatt authored
      simplevector.hh is not there any more.
      
      [[Imported from SVN: r4825]]
      8031ce00
    • Markus Blatt's avatar
      · 0ef7591f
      Markus Blatt authored
      Solving was correct, too. 
      Unfortunately the the proposed solution of the test was wrong.
      
      [[Imported from SVN: r4824]]
      0ef7591f
    • Markus Blatt's avatar
      · defeaa26
      Markus Blatt authored
      Invertion works now.
      
      But there is still a bug in the solve method. I will fix this later
      this afternoon. be patient!
      
      [[Imported from SVN: r4823]]
      defeaa26
    • Markus Blatt's avatar
      · 1076375b
      Markus Blatt authored
      I think one should check prod instead of A here, shouldn't one?
      
      [[Imported from SVN: r4822]]
      1076375b
    • Oliver Sander's avatar
      Making the test more thorough. Inversion still fails · 421b5b42
      Oliver Sander authored
      [[Imported from SVN: r4819]]
      421b5b42
    • Markus Blatt's avatar
      Fixed pivoting issue in invert and solve. · 959bc72c
      Markus Blatt authored
      Reduced redundant code.
      
      Fixes Flyspray #223
      
      [[Imported from SVN: r4818]]
      959bc72c
  11. Dec 18, 2006
  12. Dec 13, 2006
  13. Dec 11, 2006
  14. Nov 30, 2006
  15. Nov 26, 2006
  16. Nov 21, 2006
    • Robert Klöfkorn's avatar
      fix of bug #203. · 3da3ac0d
      Robert Klöfkorn authored
      [[Imported from SVN: r4791]]
      3da3ac0d
    • Markus Blatt's avatar
      · 2c9c141b
      Markus Blatt authored
      Rely on MPI daemons being started.
      mpi start scripts not needed any more
      
      [[Imported from SVN: r4790]]
      2c9c141b
  17. Nov 17, 2006
  18. Nov 16, 2006
  19. Nov 15, 2006
  20. Nov 14, 2006
    • Markus Blatt's avatar
      BugFix. There were some <T> template qualifiers missing. · 296b270e
      Markus Blatt authored
      [[Imported from SVN: r4779]]
      296b270e
    • Markus Blatt's avatar
      · 116c25b1
      Markus Blatt authored
      Fixed a serious bug. (At least sum was not O.K. when working with an
      inout array. We really have to allocate an out array and copy the
      results.)
      
      Made mpicollectivecommunication more generic and reduced code duplication.
      
      There are to new functions (allreduce) than can be given a binary
      function (e. g. std::plus) representing the calculation.
      
      [[Imported from SVN: r4778]]
      116c25b1
    • Markus Blatt's avatar
      · f8f297e2
      Markus Blatt authored
      The collective operations now work with simple C arrays.
      
      [[Imported from SVN: r4777]]
      f8f297e2
  21. Nov 13, 2006
  22. Nov 06, 2006
  23. Nov 04, 2006
Loading