view LazyTensors/src/LazyTensors.jl @ 257:d4cd4882ee9f boundary_conditions

Improve error messages when multiblying with TensorMappings and add some tests for TensorOperators
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 28 Jun 2019 14:10:35 +0200
parents 8964b3165097
children 634453a4e1d8
line wrap: on
line source

module LazyTensors

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

end # module