diff options
| author | xoviat <xoviat@users.noreply.github.com> | 2017-10-02 19:35:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-02 19:35:40 -0500 |
| commit | ff93d4dc25a979f28878a3f69eb246f16ef3d76e (patch) | |
| tree | 1ccf24933f8bc6d845227b79dece766d325ed276 /doc/source/user | |
| parent | 04c43f177dcf156ab85118898d30870a38df70cc (diff) | |
| download | numpy-ff93d4dc25a979f28878a3f69eb246f16ef3d76e.tar.gz | |
DOC: update scipy.integrate recommendation
Closes scipy/scipy#7965.
Diffstat (limited to 'doc/source/user')
| -rw-r--r-- | doc/source/user/numpy-for-matlab-users.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/numpy-for-matlab-users.rst b/doc/source/user/numpy-for-matlab-users.rst index 66641eed3..1b9b787be 100644 --- a/doc/source/user/numpy-for-matlab-users.rst +++ b/doc/source/user/numpy-for-matlab-users.rst @@ -269,7 +269,7 @@ General Purpose Equivalents - Distance between 1 and the nearest floating point number. * - ``ode45`` - - ``scipy.integrate.ode(f).set_integrator('dopri5')`` + - ``scipy.scipy.integrate.solve_ivp(f)`` - integrate an ODE with Runge-Kutta 4,5 * - ``ode15s`` |
