comparison src/LazyTensors/tensor_mapping.jl @ 509:b7e42384053a feature/boundary_ops

Merge w. default
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Sun, 08 Nov 2020 16:01:39 +0100
parents cd509e57f898
children 76e5682d0e52
comparison
equal deleted inserted replaced
478:2ab687b1d221 509:b7e42384053a
62 """ 62 """
63 function domain_size end 63 function domain_size end
64 64
65 export range_size, domain_size 65 export range_size, domain_size
66 66
67 """
68 eltype(::TensorMapping{T})
69
70 The type of elements the TensorMapping acts on.
71 """
72 Base.eltype(::TensorMapping{T}) where T = T
73
67 # TODO: Think about boundschecking! 74 # TODO: Think about boundschecking!