- Mar 17, 2019
-
-
Dr. Felix Tobias Schindler authored
-
- Feb 08, 2019
-
-
Tobias Leibner authored
-
- Dec 01, 2018
-
-
René Fritze authored
-
- Nov 08, 2018
-
-
Tobias Leibner authored
-
- Oct 16, 2018
-
-
Tobias Leibner authored
-
- Sep 01, 2018
-
-
Tobias Leibner authored
-
- Aug 31, 2018
-
-
Dr. Felix Tobias Schindler authored
-
- Aug 15, 2018
-
-
Dr. Felix Tobias Schindler authored
-
- Jun 28, 2018
-
-
Dr. Felix Tobias Schindler authored
-
- Jun 22, 2018
-
-
Tobias Leibner authored
-
- Apr 24, 2018
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Apr 13, 2018
-
-
René Fritze authored
-
- Apr 09, 2018
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Apr 06, 2018
-
-
Tobias Leibner authored
-
- Apr 03, 2018
-
-
- Feb 22, 2018
-
-
Tobias Leibner authored
-
- Jan 19, 2018
-
-
René Fritze authored
-
- Sep 01, 2017
-
-
René Fritze authored
-
- Aug 31, 2017
-
-
René Fritze authored
-
- Jul 27, 2017
-
-
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.
-
- Jul 13, 2017
-
-
Tobias Leibner authored
-renamed get_entry_ref to get_unchecked_ref such that get_entry_ref can consistently be used to get a checked reference to an entry for both vectors and matrices
-
- Jul 12, 2017
-
-
Dr. Felix Tobias Schindler authored
-
- Jun 20, 2017
-
-
Tobias Leibner authored
-
- Jun 14, 2017
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Jun 13, 2017
-
-
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
-
- Jun 11, 2017
-
-
Tobias Leibner authored
-
- May 29, 2017
-
-
René Fritze authored
-
- Apr 13, 2017
-
-
Dr. Felix Tobias Schindler authored
-
- Mar 30, 2017
-
-
René Fritze authored
-
- Feb 22, 2017
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 24, 2016
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 06, 2016
-
-
Dr. Felix Tobias Schindler authored
-
- Aug 29, 2016
-
-
Dr. Felix Tobias Schindler authored
-