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

Allow the state y to be an array of arbitrary rank #7

Open
mattja opened this issue Sep 17, 2016 · 0 comments
Open

Allow the state y to be an array of arbitrary rank #7

mattja opened this issue Sep 17, 2016 · 0 comments

Comments

@mattja
Copy link
Owner

mattja commented Sep 17, 2016

Although scipy.integrate.odeint does not support that sort of thing.
But hey, why not?

This would then be an improved fix for mattja/nsim#2 , since it's reasonable for people to
supply a state of shape (n,1) interpreted as a column vector and expect it to work.

Implement with numpy.ravel on input and numpy.reshape on output but make sure data is not copied during reshape.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant