diff options
author | Stephan Hoyer <shoyer@gmail.com> | 2015-10-30 16:58:44 -0700 |
---|---|---|
committer | Stephan Hoyer <shoyer@gmail.com> | 2015-10-30 16:58:44 -0700 |
commit | 98f8f9c6876f2338ac783a542f5466aea03561ae (patch) | |
tree | 6ea4e1c8d8eade5365f592855e8a22a2e208fa74 /doc/source | |
parent | f428bce78c576f9f3d8f17f49b83a3c6f196bef3 (diff) | |
parent | 5dbe32630ccf22874c654dce68eb1635136287a4 (diff) | |
download | numpy-98f8f9c6876f2338ac783a542f5466aea03561ae.tar.gz |
Merge pull request #6593 from WarrenWeckesser/userdoc-fix-order
DOC: Fix an argument in 'Numpy for Matlab Users'.
Diffstat (limited to 'doc/source')
-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 2b8f43749..be0b2cbd9 100644 --- a/doc/source/user/numpy-for-matlab-users.rst +++ b/doc/source/user/numpy-for-matlab-users.rst @@ -237,7 +237,7 @@ General Purpose Equivalents - ``scipy.integrate.ode(f).set_integrator('dopri5')`` - integrate an ODE with Runge-Kutta 4,5 * - ``ode15s`` - - ``scipy.integrate.ode(f).set_integrator('vode', method='bdf', order=15)`` + - ``scipy.integrate.ode(f).set_integrator('vode', method='bdf', order=5)`` - integrate an ODE with BDF method Linear Algebra Equivalents |