-
-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Description
Despite #104 not all methods are fully broadcasting yet. Mostly this is due to JuliaLang/julia#22255.
Methods that are not fully broadcasting (usually both not in-place and in-place versions if existent):
- Feagin10
- Feagin12
- Feagin14
- RK4
- TanYam7
- DP8
- TsitPap8
- OwrenZen4
- OwrenZen5
- BS5
- Tsit5
- DP5
- GenericImplicitEuler
- GenericTrapezoid (only in-place)
- ImplicitEuler
- Trapezoid
- TRBDF2
- Hairer4/Hairer42 (only in-place)
- KenCarp4 (only in-place)
- Kvaerno5 (only in-place)
- KenCarp5 (only in-place)
- IRKN3
- IRKN4
- DPRKN6
- DPRKN8
- DPRKN12
- ERKN4
- Nystrom5VelocityIndependent
- Rosenbrock23 (only in-place)
- Rosenbrock32 (only in-place)
- Rosenbrock33 (only in-place)
- Rosenbrock34 (only in-place)
- Rosenbrock4 (only in-place)
- Rodas4 (only in-place)
- Rosenbrock5
- Vern6
- Vern7
- Vern8
- Vern9
DP5Threaded is by design not broadcasting.
Moreover, we have to assure that also corresponding interpolation methods are broadcasting.