File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,7 @@ for automatically transforming your equations.
184
184
Yes. The ` * ` DiffEq.jl libraries (OrdinaryDiffEq.jl, StochasticDiffEq.jl, and
185
185
DelayDiffEq.jl) are all written to be generic to the array and number types.
186
186
This means they will adopt the implementation that is given by the array type.
187
- The in-place algorithms internally utilize Julia's broadcast (with some exceptions
188
- due to a Julia bug for now, see [ this issue] ( https://github.com/SciML/OrdinaryDiffEq.jl/issues/106 ) )
187
+ The in-place algorithms internally utilize Julia's broadcast
189
188
and Julia's ` mul! ` in-place matrix multiplication function. The out-of-place
190
189
algorithms utilize standard arithmetical functions. Both additionally utilize
191
190
the user's norm specified via the common interface options and, if a stiff
You can’t perform that action at this time.
0 commit comments