Skip to content

Commit

Permalink
concrete intersection for AbstractSingleton
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jan 17, 2019
1 parent a5c6791 commit 0ce2a41
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 26 deletions.
1 change: 1 addition & 0 deletions docs/src/lib/binary_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ convex_hull(::VPolygon{N}, ::VPolygon{N}) where {N<:Real}
## Intersection of two sets

```@docs
intersection(::AbstractSingleton{N}, ::Union{LazySet{N}, UnionSet{N}, UnionSetArray{N}}) where {N<:Real}
intersection(::Line{N}, ::Line{N}) where {N<:Real}
intersection(::AbstractHyperrectangle{N}, ::AbstractHyperrectangle{N}) where {N<:Real}
intersection(::Interval{N}, ::Interval{N}) where {N<:Real}
Expand Down
Loading

0 comments on commit 0ce2a41

Please sign in to comment.