Mercurial > repos > public > sbplib_julia
diff src/LazyTensors/lazy_array.jl @ 875:067a322e4f73 laplace_benchmarks
Merge with feature/laplace_opset
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 27 Jan 2022 10:55:08 +0100 |
parents | 76e5682d0e52 |
children | 7ef605b8f132 |
line wrap: on
line diff
--- a/src/LazyTensors/lazy_array.jl Thu Jan 20 21:51:53 2022 +0100 +++ b/src/LazyTensors/lazy_array.jl Thu Jan 27 10:55:08 2022 +0100 @@ -42,10 +42,10 @@ """ LazyElementwiseOperation{T,D,Op} <: LazyArray{T,D} -Struct allowing for lazy evaluation of elementwise operations on AbstractArrays. +Struct allowing for lazy evaluation of elementwise operations on `AbstractArray`s. -A LazyElementwiseOperation contains two arrays together with an operation. -The operations are carried out when the LazyElementwiseOperation is indexed. +A `LazyElementwiseOperation` contains two arrays together with an operation. +The operations are carried out when the `LazyElementwiseOperation` is indexed. """ struct LazyElementwiseOperation{T,D,Op,T1<:AbstractArray{T,D},T2<:AbstractArray{T,D}} <: LazyArray{T,D} a::T1