Skip to content

Commit 5651c77

Browse files
authored
interlace with Tuples of Operators (#448)
1 parent ad35494 commit 5651c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Operators/general/InterlaceOperator.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ promotedomainspace(A::InterlaceOperator{T,1},sp::Space) where {T} =
471471

472472

473473
interlace(A::AbstractArray{<:Operator}) = InterlaceOperator(A)
474+
interlace(A::Tuple{Operator,Vararg{Operator}}) = InterlaceOperator(A)
474475

475476
const OperatorTypes = Union{Operator,Fun,Number,UniformScaling}
476477

0 commit comments

Comments
 (0)