Skip to content
  • Jakub Klinkovský's avatar
    Moved algorithms from TNL/Containers/Algorithms/ to just TNL/Algorithms/ · 399f9627
    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/
    399f9627