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

Mincing interval matrices #156

Open
mforets opened this issue Jul 1, 2020 · 2 comments
Open

Mincing interval matrices #156

mforets opened this issue Jul 1, 2020 · 2 comments

Comments

@mforets
Copy link
Member

mforets commented Jul 1, 2020

Given an interval matrix M compute an array M1, ..., Mk of interval matrices such that their union covers M but the diameter of each Mi is smaller than M.

@mforets
Copy link
Member Author

mforets commented Sep 19, 2021

A simple way to implement this method is to use IntervalArithmetic.mince for interval boxes (just think of the IntervalMatrix as an interval box in dimension m x n ). It would be nice to do the mincing with an iterator. but that's not yet available in IA.

@lucaferranti
Copy link
Member

I think there's an issue about mincing returning an iterator in IA

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

2 participants