Skip to content
Snippets Groups Projects
  1. Mar 17, 2019
  2. Feb 08, 2019
  3. Dec 01, 2018
  4. Nov 08, 2018
  5. Oct 16, 2018
  6. Sep 01, 2018
  7. Aug 31, 2018
  8. Aug 15, 2018
  9. Jun 28, 2018
  10. Jun 22, 2018
  11. Apr 24, 2018
  12. Apr 13, 2018
  13. Apr 09, 2018
  14. Apr 06, 2018
  15. Apr 03, 2018
  16. Feb 22, 2018
  17. Jan 19, 2018
  18. Sep 01, 2017
  19. Aug 31, 2017
  20. Jul 27, 2017
    • Dr. Felix Tobias Schindler's avatar
      drop get_entry_ref · 871d9d0d
      Dr. Felix Tobias Schindler authored
      For vectors, get_entry_ref is operator[], and the latter is preferred. For
      matrices, a mutable reference to a single entry is not supported by all
      backends and we make no use of it anyway.
      871d9d0d
  21. Jul 13, 2017
  22. Jul 12, 2017
  23. Jun 20, 2017
  24. Jun 14, 2017
  25. Jun 13, 2017
    • Tobias Leibner's avatar
      [container.vector-interface] remove operator[] · d83f97d5
      Tobias Leibner authored
      - The returned reference may be invalid once the vector is changed, even
      in single-threaded environments
      - In the multi-threaded case, the reference may be invalid immediately
      - As a replacement, add get_entry and set_entry to VectorAbstractions
      d83f97d5
  26. Jun 11, 2017
  27. May 29, 2017
  28. Apr 13, 2017
  29. Mar 30, 2017
  30. Feb 22, 2017
  31. Oct 24, 2016
  32. Oct 06, 2016
  33. Aug 29, 2016
Loading