Skip to content

Commit e1584b0

Browse files
Update FAQ
Fixes #667
1 parent a5ae398 commit e1584b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/basics/faq.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ for automatically transforming your equations.
184184
Yes. The `*`DiffEq.jl libraries (OrdinaryDiffEq.jl, StochasticDiffEq.jl, and
185185
DelayDiffEq.jl) are all written to be generic to the array and number types.
186186
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
189188
and Julia's `mul!` in-place matrix multiplication function. The out-of-place
190189
algorithms utilize standard arithmetical functions. Both additionally utilize
191190
the user's norm specified via the common interface options and, if a stiff

0 commit comments

Comments
 (0)