-
Notifications
You must be signed in to change notification settings - Fork 156
Changes to SUNDIALS API and core C/C++ needed for Python interfaces #768
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
Conversation
…r constant expression folding
@gardner48 When this is merged into the feature/python-interfaces branch, I don't want the commits squashed so that I don't get a bunch of merge conflicts between this part1 branch and part2. |
General question on the C++ wrappers, how is error handling done? For examples, what happens if one of the C constructors returns |
The view will just hold a |
This is the changes that are needed to enable the Python interfaces without the bindings themselves included to make the review process easier.