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.
184184Yes. The ` * ` DiffEq.jl libraries (OrdinaryDiffEq.jl, StochasticDiffEq.jl, and
185185DelayDiffEq.jl) are all written to be generic to the array and number types.
186186This 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
189188and Julia's ` mul! ` in-place matrix multiplication function. The out-of-place
190189algorithms utilize standard arithmetical functions. Both additionally utilize
191190the 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