-
Notifications
You must be signed in to change notification settings - Fork 3
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
Scalar operators to support #74
Comments
DiffRules' definitions could be helpful here: |
According to @ChrisRackauckas, to transition the SciML ecosystem from Symbolics to SparseConnectivityTracer, we would need to support the equivalent of: |
DiffRules has a nice list of things we need to support: https://github.com/JuliaDiff/DiffRules.jl/blob/8842177391b07dcd8234ac7612b9ca8ca72d28e0/src/rules.jl I guess this means adding package extensions for NaNMath, LogExpFunctions and more SpecialFunctions? |
SparseConnectivityTracer |
I think we should look at the list on https://docs.julialang.org/en/v1.12-dev/base/math/
The text was updated successfully, but these errors were encountered: