Skip to content
Snippets Groups Projects
  1. Apr 03, 2021
  2. Mar 27, 2021
  3. Feb 09, 2021
  4. Jan 15, 2021
  5. Jan 14, 2021
  6. Nov 30, 2020
  7. Oct 16, 2020
  8. Oct 15, 2020
  9. Oct 13, 2020
  10. Oct 07, 2020
  11. Jul 03, 2020
  12. May 07, 2020
  13. May 06, 2020
  14. May 04, 2020
  15. Mar 25, 2020
  16. Feb 14, 2020
  17. Nov 26, 2019
  18. May 19, 2019
  19. Mar 29, 2019
  20. Mar 28, 2019
  21. Mar 27, 2019
  22. Feb 27, 2018
  23. Sep 06, 2017
    • Matt Wala's avatar
    • Matt Wala's avatar
      Fix SymEngine code generation. Closes #24. · 2c566458
      Matt Wala authored
      * replaces mat / scalar with mat * scalar**-1.
      * replace list argument to subs with a dict
      
      (Although there are pending changes to SymEngine for the above two
      issues, they aren't released in a version yet.)
      
      * Removed deep as a kwarg to expand(). It doesn't do what we want
      anyway.
      
      * Disabled caching for tests in test_kernels. This exercises SymEngine
      code generation every time the tests run. The execution time for these
      tests without caching is about 6 minutes for me, so the overhead is
      acceptable.
      2c566458
  24. Aug 24, 2017
  25. May 21, 2017
  26. Apr 22, 2017
    • Matt Wala's avatar
      P2P: Add support for exclude_self in the FMM. · 8736b6c3
      Matt Wala authored
      This changes the P2P stage to be aware of self interactions in the FMM
      and to exclude them, if desired. Self interactions are specified by
      passing an extra array called *source_to_target* which matches source
      numbers to target numbers.
      8736b6c3
  27. Mar 02, 2017
  28. Dec 01, 2016
  29. Nov 30, 2016
  30. Sep 28, 2016
  31. Jul 11, 2015
  32. Jul 06, 2015
Loading