- Mar 08, 2021
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- May 09, 2020
-
-
Tomáš Oberhuber authored
-
- Mar 02, 2020
-
-
Shallow copy is equivalent to binding, for which there is ArrayView::bind.
-
-
-
-
-
- Dec 03, 2019
-
-
- Nov 08, 2019
-
-
Jakub Klinkovský authored
They are not suitable for more than 2 devices/execution types; their design breaks the Open-Closed Principle. Instead, a type template "Self" was created, which allows to change any template parameter.
-
- Oct 24, 2019
-
-
Jakub Klinkovský authored
Fixes #46
-
- Sep 02, 2019
-
-
Tomáš Oberhuber authored
-
- Aug 04, 2019
-
-
Jakub Klinkovský authored
getConstView should be always used for const operations, because explicit is better than implicit. Overloading one method for cases which have a completely different type (ConstViewType is *not* just a const-qualified ViewType) can be very unclear (or even ambiguous) in certain cases.
-
- Aug 02, 2019
-
-
Jakub Klinkovský authored
-
- Jul 27, 2019
-
-
Jakub Klinkovský authored
-
- Jul 26, 2019
-
-
Jakub Klinkovský authored
-
- Jul 15, 2019
-
-
Tomáš Oberhuber authored
-
- Jul 10, 2019
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
- Jul 07, 2019
-
-
Jakub Klinkovský authored
-
- Jul 02, 2019
-
-
Jakub Klinkovský authored
-
- Jun 17, 2019
-
-
Tomáš Oberhuber authored
-
- Jun 14, 2019
-
-
Tomáš Oberhuber authored
Restored Array/ArrayView save and load with file name.
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-
-
- Apr 19, 2019
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Apr 11, 2019
-
-
Added getView() and getConstView() methods to Array, ArrayView, Vector, VectorView, DistributedArray, DistributedArrayView, DistributedVector and DistributedVectorView NDArray-style... TODO: update documentation and examples
-
Tomáš Oberhuber authored
-
-
-
-
-
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-