diff LazyTensors/src/LazyTensors.jl @ 231:fbabfd4e8f20

Merge in boundary_conditions
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 26 Jun 2019 15:07:47 +0200
parents 8964b3165097
children 634453a4e1d8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LazyTensors/src/LazyTensors.jl	Wed Jun 26 15:07:47 2019 +0200
@@ -0,0 +1,6 @@
+module LazyTensors
+
+include("tensor_mapping.jl")
+include("lazy_operations.jl")
+
+end # module