You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Construct a thin wrapper around the array `inner`, with given `border`. No data is copied in the constructor, instead border values are computed on the fly in `getindex` calls. Useful for stencil computations. See also [padarray](@ref).
29
+
Construct a thin wrapper around the array `inner`, with given `border`. No data is copied in
30
+
the constructor, instead border values are computed on the fly in `getindex` calls. Useful
31
+
for stencil computations. See also [`padarray`](@ref).
0 commit comments