- Mar 17, 2019
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Feb 05, 2019
-
-
Tobias Leibner authored
-
- Feb 02, 2019
-
-
Tobias Leibner authored
-
- Jan 29, 2019
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Jan 25, 2019
-
-
Tobias Leibner authored
-
- Dec 03, 2018
-
-
Tobias Leibner authored
-
- Dec 01, 2018
-
-
René Fritze authored
-
- Nov 16, 2018
-
-
Tobias Leibner authored
-
- Nov 08, 2018
-
-
Tobias Leibner authored
-
- Oct 16, 2018
-
-
Tobias Leibner authored
-
- Oct 11, 2018
-
-
Dr. Felix Tobias Schindler authored
-
- Sep 10, 2018
-
-
Tobias Leibner authored
-
- Sep 01, 2018
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Aug 15, 2018
-
-
Dr. Felix Tobias Schindler authored
-
- Aug 05, 2018
-
-
Dr. Felix Tobias Schindler authored
-
- Jun 25, 2018
-
-
Tobias Leibner authored
-
- Jun 22, 2018
-
-
Tobias Leibner authored
- For some reason, gcc does not find the typedef Traits otherwise
-
Tobias Leibner authored
-
- Jun 21, 2018
-
-
René Fritze authored
-
- Apr 26, 2018
-
-
Tobias Leibner authored
-
- Apr 24, 2018
-
-
Dr. Felix Tobias Schindler authored
-
- Apr 13, 2018
-
-
René Fritze authored
-
- Feb 26, 2018
-
-
René Fritze authored
-
- Feb 22, 2018
-
-
Tobias Leibner authored
-
- Jan 19, 2018
-
-
René Fritze authored
-
- Nov 13, 2017
-
-
Dr. Felix Tobias Schindler 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
-
Tobias Leibner authored
-
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
-
- Jun 29, 2017
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Jun 20, 2017
-
-
Tobias Leibner authored
-
- Jun 14, 2017
-
-
Tobias Leibner authored
-
- Jun 13, 2017
-
-
Tobias Leibner authored
-
Tobias Leibner authored
The auto& backend_ref = backend(); in many methods has to be protected by the mutex, otherwise the reference may not be valid when it is used. To avoid a double lock, the backend() and ensure_uniqueness() methods now do not lock anymore and thus need to be protected by a mutex if necessary
-