Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Aug 4, 2018
1 parent ddf617c commit cd6d981
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ formulation:

```jldoctest index_label
julia> typeof(Y)
LazySets.ConvexHull{Float64,LazySets.MinkowskiSum{Float64,LazySets.ExponentialMap{Float64,LazySets.Ball2{Float64}},LazySets.LinearMap{Float64,Float64}},LazySets.Ball2{Float64}}
LazySets.ConvexHull{Float64,LazySets.MinkowskiSum{Float64,LazySets.ExponentialMap{Float64,LazySets.Ball2{Float64}},LazySets.LinearMap{Float64,LazySets.BallInf{Float64},Float64,Array{Float64,2}}},LazySets.Ball2{Float64}}
```

Now suppose that we are interested in observing the projection of $\mathcal{Y}$
Expand Down
8 changes: 4 additions & 4 deletions docs/src/lib/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ Inherited from [`LazySet`](@ref):

```@docs
LinearMap
*(::AbstractMatrix, ::LazySet)
*(::Real, ::LazySet)
*(::AbstractMatrix{Real}, ::LazySet{Real})
*(::Real, ::LazySet{Real})
dim(::LinearMap)
σ(::AbstractVector{Real}, ::LinearMap{Real, Real})
∈(::AbstractVector{Real}, ::LinearMap{Real, Real})
σ(::AbstractVector{Real}, ::LinearMap{Real, LazySet{Real}, Real, Matrix{Real}})
∈(::AbstractVector{Real}, ::LinearMap{Real, LazySet{Real}, Real, Matrix{Real}})
an_element(::LinearMap)
```
Inherited from [`LazySet`](@ref):
Expand Down

0 comments on commit cd6d981

Please sign in to comment.