8000 Merge pull request #9812 from xoviat/patch-1 · numpy/numpy@2995e6a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2995e6a

Browse files
authored
Merge pull request #9812 from xoviat/patch-1
DOC: update scipy.integrate recommendation
2 parents 04c43f1 + 6979040 commit 2995e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user/numpy-for-matlab-users.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ General Purpose Equivalents
269269
- Distance between 1 and the nearest floating point number.
270270

271271
* - ``ode45``
272-
- ``scipy.integrate.ode(f).set_integrator('dopri5')``
272+
- ``scipy.integrate.solve_ivp(f)``
273273
- integrate an ODE with Runge-Kutta 4,5
274274

275275
* - ``ode15s``
276-
- ``scipy.integrate.ode(f).set_integrator('vode', method='bdf', order=5)``
276+
- ``scipy.integrate.solve_ivp(f, method='BDF')``
277277
- integrate an ODE with BDF method
278278

279279
Linear Algebra Equivalents

0 commit comments

Comments
 (0)
0