diff options
author | Warren Weckesser <warren.weckesser@gmail.com> | 2015-10-30 18:50:22 -0400 |
---|---|---|
committer | Warren Weckesser <warren.weckesser@gmail.com> | 2015-10-30 18:56:05 -0400 |
commit | 5dbe32630ccf22874c654dce68eb1635136287a4 (patch) | |
tree | 6ea4e1c8d8eade5365f592855e8a22a2e208fa74 /numpy/core/function_base.py | |
parent | f428bce78c576f9f3d8f17f49b83a3c6f196bef3 (diff) | |
download | numpy-5dbe32630ccf22874c654dce68eb1635136287a4.tar.gz |
DOC: Fix an argument in 'Numpy for Matlab Users'.
I've seen at least three occurrences (a couple on stackoverflow, and one
private email) of someone using the argument 'order=15' in a call to the
'set_integrator' method of 'scipy.integrate.ode'. Presumably this is
because of the suggestion in the "NumPy for Matlab Users" guide to
replace 'ode15s' with 'scipy.integrate.ode(f).set_integrator('vode',
method='bdf', order=15)'. The stiff solver in 'vode'--presumably the
solver of interest for someone using 'ode15s'--has a maximum order of 5,
and the non-stiff solver has maximum order of 12. (The maximum order of
'ode15s' is also 5; the '15' in the name refers to the variable order
ranging from 1 to 5.)
Diffstat (limited to 'numpy/core/function_base.py')
0 files changed, 0 insertions, 0 deletions