view LazyTensors/src/LazyTensors.jl @ 204:9d9f7b0e514b boundary_conditions

Modify the implementation of elementwise operations to be more direct and add a few tests
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 24 Jun 2019 14:04:38 +0200
parents 8964b3165097
children 634453a4e1d8
line wrap: on
line source

module LazyTensors

include("tensor_mapping.jl")
include("lazy_operations.jl")

end # module