Skip to content
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

Closed
8 tasks done
schillic opened this issue Oct 5, 2018 · 3 comments
Closed
8 tasks done

Lazy support function for lazy operations #715

schillic opened this issue Oct 5, 2018 · 3 comments
Assignees
Labels
feature ➕ A new feature

Comments

@schillic
Copy link
Member

schillic commented Oct 5, 2018

For the following lazy operations, the support function is easy to define recursively, without falling back to the support vector:

We 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.)

@schillic schillic added the feature ➕ A new feature label Oct 5, 2018
mforets added a commit that referenced this issue Oct 5, 2018
#715 - Support function for LinearMap
@mforets
Copy link
Member

mforets commented Oct 6, 2018

For CartesianProduct and CartesianProductArray, formula (1.4) here is just the fallback implementation using the support vector. For this reason i suggest not to add anything.

@schillic
Copy link
Member Author

schillic commented Oct 6, 2018

For CartesianProduct and CartesianProductArray, formula (1.4) here is just the fallback implementation using the support vector.

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.

@mforets
Copy link
Member

mforets commented Oct 6, 2018

Correct! Thanks for adding it.

schillic added a commit that referenced this issue Oct 6, 2018
#715 - ρ for CartesianProduct(Array)
@schillic schillic closed this as completed Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ➕ A new feature
Projects
None yet
Development

No branches or pull requests

2 participants