File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ class Bosh3(AbstractERK):
2222 3rd order explicit Runge--Kutta method. Has an embedded 2nd order method for
2323 adaptive step sizing.
2424
25- Also sometimes known as "Heun's third order method". (Not to be confused with
26- [`diffrax.Heun`][], which is a second order method).
25+ Also sometimes known as "Ralston's third order method".
2726 """
2827
2928 tableau = _bosh3_tableau
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ class Heun(AbstractERK, AbstractStratonovichSolver):
2323 or "explicit trapezoidal rule".
2424
2525 Should not be confused with Heun's third order method, which is a different (higher
26- order) method occasionally also just referred to as "Heun's method". (Which is
27- available in Diffrax as [`diffrax.Bosh3`][].)
26+ order) method occasionally also just referred to as "Heun's method".
2827
2928 When used to solve SDEs, converges to the Stratonovich solution.
3029 """
You can’t perform that action at this time.
0 commit comments