src/AlgTools.jl

changeset 35
d881275c6564
parent 34
22a64e826ee7
child 36
6dfa8001eed2
--- a/src/AlgTools.jl	Tue Dec 07 11:41:07 2021 +0200
+++ b/src/AlgTools.jl	Wed Dec 22 11:14:38 2021 +0200
@@ -5,18 +5,11 @@
 
 `module AlgTools`
 
-This module has the submodules:
-- `FunctionalProgramming`
-- `StructTools`
-- `LinkedLists`
-- `Logger`
-- `Iterate`
-- `VectorMath`
-- `Util`
-- `ThreadUtil`
-- `Comms`
-- `LinOps`
-- `DifferentiableFN`
+This module implements useful code for implementing iterative algorithms.
+For further documentation, see the submodules
+`FunctionalProgramming`, `StructTools`, `LinkedLists`, `Logger`, `Iterate`,
+`VectorMath`, `Util`, `ThreadUtil`, `Comms`, `LinOps`, `DifferentiableFN`,
+`Metaprogramming`, and `Loops`.
 """
 module AlgTools
 
@@ -31,5 +24,7 @@
 include("Comms.jl")
 include("LinOps.jl")
 include("DifferentiableFN.jl")
+include("Metaprogramming.jl")
+include("Loops.jl")
 
 end

mercurial