You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Agreed!
Seroiously, great job pushing this all the way through. I'm really happy to have this in -- and I've just pulled the trigger for the next release of Lineax!
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: