-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Vector of differently sized arrays #118
Comments
This is something we need and use in DiffEq for models which dynamically change over time. |
Oh I need it too and was pleasantly surprised to see that it worked. The thing is the |
Yeah... I don't know. It's something I've never figured out. |
Thought so too but probably it's a code smell for generic code that doesn't assume much about array types. It's only really good for plain old arrays |
Yes, is used when doing conversions like |
This can be triggered e.g. when solving a |
This is surprising at least, and runs the risk of subtle bugs if one tries to iterate on the VectorOfArray as if it was a multi-dimensional array.
The text was updated successfully, but these errors were encountered: