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

No method roots(f, v::Vector{IntervalBox}) #117

Closed
dpsanders opened this issue Mar 7, 2019 · 3 comments
Closed

No method roots(f, v::Vector{IntervalBox}) #117

dpsanders opened this issue Mar 7, 2019 · 3 comments

Comments

@dpsanders
Copy link
Member

I'm sure this used to work.

@dpsanders
Copy link
Member Author

Maybe it didn't. But it should.

@yashvardhan747
Copy link
Contributor

yashvardhan747 commented Mar 9, 2019

I think problem is here

function _roots(f, X::Region, contractor::Type{C}, strategy::Type{S}, tol::Float64) where {C <: Contractor, S <: BBSearch}Problem is in defining the type of X .This function can only be called when X is either Interval or IntervalBox to call it by vector of Interval. You need to change the type definition of X in argument of _roots

@Kolaru
Copy link
Collaborator

Kolaru commented Nov 6, 2024

Fixed on master with the removal of IntervalBox.

@Kolaru Kolaru closed this as completed Nov 6, 2024
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

No branches or pull requests

3 participants