Skip to content

Commit a33235a

Browse files
add a note with algorithm names
1 parent 6ac8f2b commit a33235a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ savefig("benchmark4.png")
259259
![benchmark4](https://user-images.githubusercontent.com/1814174/69478409-019a6900-0dc0-11ea-9fce-c11a5e4de9a4.png)
260260

261261

262+
Together this demonstrates that the algorithms like `ode45` and `ode15s` are
263+
not competitive performance-wise against the Fortran and Julia methods.
262264
This shows that being able to run MATLAB ODE algorithms with MATLAB functions
263265
is cute, but does not really have a practical use due to MATLAB's lack of
264266
performance (and its [pass by copy](https://www.mathworks.com/matlabcentral/answers/152-can-matlab-pass-by-reference) for functions).

0 commit comments

Comments
 (0)