Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/lazy_tensor_operations.jl @ 959:e9752c1e92f8 feature/variable_derivatives
Fix conflict from merge
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 14 Mar 2022 09:46:22 +0100 |
parents | 8b0ff2fddc32 |
children | e79debd10f7d |
comparison
equal
deleted
inserted
replaced
958:8b0ff2fddc32 | 959:e9752c1e92f8 |
---|---|
1 using Sbplib.RegionIndices | |
2 | |
1 """ | 3 """ |
2 LazyTensorMappingApplication{T,R,D} <: LazyArray{T,R} | 4 LazyTensorMappingApplication{T,R,D} <: LazyArray{T,R} |
3 | 5 |
4 Struct for lazy application of a TensorMapping. Created using `*`. | 6 Struct for lazy application of a TensorMapping. Created using `*`. |
5 | 7 |