-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazy support function for lazy operations #715
Comments
For |
It looks to me as if it can be defined as the sum (exactly like the support function of the Minkowski sum). Correct? See #719. |
Correct! Thanks for adding it. |
For the following lazy operations, the support function is easy to define recursively, without falling back to the support vector:
LinearMap
#715 - Support function for LinearMap #716ExponentialMap
#715 - Add some ρ's #717MinkowskiSum
#715 - Add some ρ's #717MinkowskiSumArray
#715 - Add some ρ's #717ConvexHull
#715 - Add some ρ's #717ConvexHullArray
#715 - Add some ρ's #717CartesianProduct
#715 - ρ for CartesianProduct(Array) #719CartesianProductArray
#715 - ρ for CartesianProduct(Array) #719We need this for operations such as
Intersection
where we do have an implementation of the support function but lack an implementation of the support vector.(This is orthogonal to #600.)
The text was updated successfully, but these errors were encountered: