view LazyTensors/src/LazyTensors.jl @ 302:6fa2ba769ae3

Create 1D tensor mapping for inverse diagonal norm, and make the multi-dimensional inverse quadrature use those. Move InverseQudrature from laplace.jl into InverseQuadrature.jl
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 23 Jun 2020 18:56:59 +0200
parents 11010bb74260
children
line wrap: on
line source

module LazyTensors
using RegionIndices
include("tensor_mapping.jl")
include("lazy_array.jl")
include("lazy_tensor_operations.jl")

end # module