Skip to content
Snippets Groups Projects
  1. Aug 20, 2016
    • Oliver Sander's avatar
      Merge branch 'bugfix/matrix-transpose' into 'master' · 82b8300d
      Oliver Sander authored
      Fix broken Matrix::transpose()
      
      
      Due to a confusion between the number of lines N and the number of columns M, `Matrix::transpose()` gave wrong results for matrices with N != M.
      
      This also adds a testcase demonstrating the problem to matrixtest.cc.
      
      See merge request !56
      82b8300d
  2. Aug 18, 2016
  3. Aug 11, 2016
  4. Aug 10, 2016
  5. Aug 07, 2016
  6. Aug 05, 2016
  7. Aug 03, 2016
    • Markus Blatt's avatar
      Merge branch 'feature/stop-finding-old-superlu' into 'master' · 8a4aa6a4
      Markus Blatt authored
      Stop finding old SuperLU versions.
      
      Previously CMake pretended to have found a valid
      SuperLU version for DUNE even if the version was
      too old (i.e. < 4). People having such an old versions
      only noticed this via later compile errors of binaries
      using SuperLU. That is far too late.
      
      With this patch we introduce a compile check into the
      CMake module that fails for old unsupported versions.
      In that case CMake will not find SuperLU.
      
      See merge request !52
      8a4aa6a4
    • Christoph Grüninger's avatar
    • Markus Blatt's avatar
      Stop finding old SuperLU versions. · 3bfc31c7
      Markus Blatt authored
      Previously CMake pretended to have found a valid
      SuperLU version for DUNE even if the version was
      too old (i.e. < 4). People having such an old versions
      only noticed this via later compile errors of binaries
      using SuperLU. That is far too late.
      
      With this patch we introduce a compile check into the
      CMake module that fails for old unsupported versions.
      In that case CMake will not find SuperLU.
      3bfc31c7
  8. Jul 30, 2016
  9. Jul 28, 2016
  10. Jul 27, 2016
  11. Jul 22, 2016
  12. Jul 18, 2016
  13. Jul 16, 2016
  14. Jul 14, 2016
  15. Jul 12, 2016
  16. Jul 07, 2016
  17. Jun 30, 2016
  18. Jun 29, 2016
  19. Jun 24, 2016
Loading