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

Add center and matrix types parameters in Ellipsoid #2006

Closed
mforets opened this issue Feb 26, 2020 · 0 comments · Fixed by #2031
Closed

Add center and matrix types parameters in Ellipsoid #2006

mforets opened this issue Feb 26, 2020 · 0 comments · Fixed by #2031
Assignees

Comments

@mforets
Copy link
Member

mforets commented Feb 26, 2020

It should be:

struct Ellipsoid{N, VN<:AbstractVector{N}, MN<:AbstractMatrix{N}} <: AbstractCentrallySymmetric{N}
    center::VN
    shape_matrix::MN

...
end
@mforets mforets self-assigned this Feb 29, 2020
mforets added a commit that referenced this issue Mar 1, 2020
* add type parameters to ellipsoid

* Update src/Sets/Ellipsoid.jl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant