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
77package requires the differential equation function to be defined using
88[ ParameterizedFunctions.jl] ( https://github.com/JuliaDiffEq/ParameterizedFunctions.jl ) .
99
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 ) .
1214
1315## Installation
1416
You can’t perform that action at this time.
0 commit comments