We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7222036 commit c9dbcacCopy full SHA for c9dbcac
1 file changed
diffrax/solver/bosh3.py
@@ -22,8 +22,7 @@ class Bosh3(AbstractERK):
22
3rd order explicit Runge--Kutta method. Has an embedded 2nd order method for
23
adaptive step sizing.
24
25
- Also sometimes known as "Heun's third order method". (Not to be confused with
26
- [`diffrax.Heun`][], which is a second order method).
+ Also sometimes known as "Ralston's third order method".
27
"""
28
29
tableau = _bosh3_tableau
0 commit comments