7 |
7 |
8 This module implements useful code for implementing iterative algorithms. |
8 This module implements useful code for implementing iterative algorithms. |
9 For further documentation, see the submodules |
9 For further documentation, see the submodules |
10 `FunctionalProgramming`, `StructTools`, `LinkedLists`, `Logger`, `Iterate`, |
10 `FunctionalProgramming`, `StructTools`, `LinkedLists`, `Logger`, `Iterate`, |
11 `VectorMath`, `Util`, `ThreadUtil`, `Comms`, `LinOps`, `DifferentiableFN`, |
11 `VectorMath`, `Util`, `ThreadUtil`, `Comms`, `LinOps`, `DifferentiableFN`, |
12 `Metaprogramming`, and `Loops`. |
12 `Metaprogramming`, `Loops`, and `ZipArrays`. |
13 """ |
13 """ |
14 module AlgTools |
14 module AlgTools |
15 |
15 |
16 include("FunctionalProgramming.jl") |
16 include("FunctionalProgramming.jl") |
17 include("StructTools.jl") |
17 include("StructTools.jl") |