- Apr 16, 2020
-
-
Jakub Klinkovský authored
-
- Mar 02, 2020
-
-
- Oct 25, 2019
-
-
Jakub Klinkovský authored
The usage of algorithms such as MemoryOperations or Reduction is not bound to a particular container. On the other hand, ArrayIO, ArrayAssignment, VectorAssignment and StaticArrayAssignment are just implementation details for the containers - moved into TNL/Containers/detail/ Also moved ParallelFor, StaticFor, StaticVectorFor, TemplateStaticFor into TNL/Algorithms/
-
- Aug 05, 2019
-
-
Jakub Klinkovský 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.
-
- 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
-
- Dec 26, 2018
-
-
Jakub Klinkovský authored
fixes #13
-
- Dec 21, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-
- Nov 21, 2018
-
-
Jakub Klinkovský authored
-
- Oct 19, 2018
-
-
Nina Džugasová authored
-
- Oct 04, 2018
-
-
Jakub Klinkovský authored
-