Skip to content
Snippets Groups Projects
  1. Feb 21, 2018
  2. Jan 09, 2018
  3. Dec 04, 2017
  4. Nov 20, 2017
  5. Nov 13, 2017
  6. Nov 12, 2017
  7. Nov 10, 2017
  8. Oct 17, 2017
    • Jakub Klinkovský's avatar
      Refactoring parallel reduction operations · 5d9bcae2
      Jakub Klinkovský authored
      - separate data types for input arrays of binary operations
        (necessary for the equality comparison of two arrays of different
        type)
      - added separate template parameter for ResultType, which defaults to
        the RealType
        (the goal is to allow sum of bool vectors into int instead of bool)
      5d9bcae2
  9. Aug 04, 2017
  10. Jul 31, 2017
  11. Jul 30, 2017
  12. Jul 27, 2017
  13. Jul 10, 2017
  14. Jul 05, 2017
  15. Jul 03, 2017
  16. Jul 02, 2017
  17. Jun 26, 2017
  18. Jun 21, 2017
  19. Jun 20, 2017
  20. Jun 18, 2017
  21. Jun 16, 2017
  22. Jun 13, 2017
  23. May 20, 2017
    • Jakub Klinkovský's avatar
      Fixed BiCGStab solver · bc5695ea
      Jakub Klinkovský authored
      - missing 'thisMultiplicator' in two addVectors calls
      - swapped 'x' and 'b' in getResidue call
      - added preconditioning
      - added bicgstab-exact-residue parameter
      - general cleanup
      bc5695ea
  24. Apr 26, 2017
Loading