Skip to content

Commit

Permalink
review σ docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets committed Jan 12, 2019
1 parent 5711b41 commit 743034e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UnionSet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function dim(cup::Union)::Int
end

"""
σ(d::AbstractVector{N}, cup::UnionSet{N}; algorithm="support_vector") where {N<:Real}
σ(d::AbstractVector{N}, cup::UnionSet{N}; [algorithm]="support_vector") where {N<:Real}
Return the support vector of the union of two convex sets in a given direction.
Expand Down Expand Up @@ -188,7 +188,7 @@ function array(cup::UnionSetArray{N, S})::Vector{S} where {N<:Real, S<:LazySet{N
end

"""
σ(d::AbstractVector{N}, cup::UnionSetArray{N}; algorithm="support_vector") where {N<:Real}
σ(d::AbstractVector{N}, cup::UnionSetArray{N}; [algorithm]="support_vector") where {N<:Real}
Return the support vector of the union of a finite number of convex sets in
a given direction.
Expand Down

0 comments on commit 743034e

Please sign in to comment.