-
Notifications
You must be signed in to change notification settings - Fork 49
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
Sundials Types Part I #71
Comments
Ah but maybe I don't need to do this anyway. |
@idontgetoutmuch how did you resolve this? |
I don't think I did resolve that particular issue but it's all working - see here: https://github.com/haskell-numerics/hmatrix-sundials/blob/master/src/Numeric/Sundials/Arkode.hsc |
My best work around for this sort of issue is to use With
and then the rest of your code is correct. |
👍 |
I am trying to use sundials via inline-c. I am starting to define the types some of which are quite complex :( Even the simplest seems to throw up problems. For example what should I do here?
At the moment I have this
The text was updated successfully, but these errors were encountered: