Skip to content

Commit

Permalink
remove method that is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Mar 10, 2024
1 parent 1e4759f commit b58fed3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Flowpipes/setops.jl
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ function _split_symmetric_box(D::Int, partition::Vector{Int})
return convert.(IA.IntervalBox, Sp)
end

function Base.:(*)(M::AbstractMatrix, X::UnionSetArray{N,<:AbstractSingleton{N}}) where {N}
return UnionSetArray([linear_map(M, p) for p in array(X)])
end

# ==================================
# Zonotope order reduction methods
# ==================================
Expand Down

0 comments on commit b58fed3

Please sign in to comment.