SciML / DiffEqBase.jl

The lightweight Base library for shared types and functionality for defining differential equation and scientific machine learning (SciML) problems
Other
311 stars 111 forks source link

fix `anyeltypedual(::Union)` and a few minor cleanups #1017

Closed oscardssmith closed 7 months ago

oscardssmith commented 7 months ago

Checklist

Additional context

While I was looking at this, I broadened a few Set and Array to AbstractSet and AbstractArray to better support non-base types.