File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ send the differential equation over to MATLAB and solve it. Note that this
7
7
package requires the differential equation function to be defined using
8
8
[ ParameterizedFunctions.jl] ( https://github.com/JuliaDiffEq/ParameterizedFunctions.jl ) .
9
9
10
- Note that this package isn't for production use and is mostly just for benchmarking. For well-developed differential equation package, see
11
- [ DifferentialEquations.jl] ( https://github.com/JuliaDiffEq/DifferentialEquations.jl ) .
10
+ Note that this package isn't for production use and is mostly just for benchmarking
11
+ and helping new users migrate models over to Julia.
12
+ For more efficient solvers, see the
13
+ [ DifferentialEquations.jl documentation] ( https://github.com/JuliaDiffEq/DifferentialEquations.jl ) .
12
14
13
15
## Installation
14
16
You can’t perform that action at this time.
0 commit comments