-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support complex dtypes #57
Labels
feature
New feature
Comments
This was referenced Nov 1, 2023
Merged
This was referenced Mar 22, 2024
I'm closing this now as all the checklist is checked. Any further improvements should go to separate issues, I think. |
Agreed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following discussion in patrick-kidger/diffrax#326 (comment)
From the first glance, the following is the minimum list of things to do for complex number support:
dtype
parameter to tests, test with both real and complex number (Add explicity dtype parameter to tests #63)Float
toInexact
; add casts(Change type annotation to allow complex types #59, Add casts in additional place to satisfy strict typing for complex case #89, Norm should return float rather than complex #91)holomorphic
to appropriate places injaxfwd
(Add holomorphic parameter #60)conj
(as opposed totranspose
) (Add conj function and adjoint tests #62)The text was updated successfully, but these errors were encountered: