- Mar 14, 2021
-
-
Tomáš Oberhuber authored
Changing order of parameters of Algorithms::Reduction::reduce(withArgument) from (reduce,fetch) to (fetch,reduce).
-
- Jun 17, 2020
-
-
Tomáš Oberhuber authored
-
- 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/
-
- Sep 02, 2019
-
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
Fixed tutorials to work with new implementation of reduction and replaced getView with getConstView in tutorials.
-
Tomáš Oberhuber authored
-
Tomáš Oberhuber authored
-