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 7548c49 commit 7222036Copy full SHA for 7222036
1 file changed
diffrax/solver/heun.py
@@ -23,8 +23,7 @@ class Heun(AbstractERK, AbstractStratonovichSolver):
23
or "explicit trapezoidal rule".
24
25
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`][].)
+ order) method occasionally also just referred to as "Heun's method".
28
29
When used to solve SDEs, converges to the Stratonovich solution.
30
"""
0 commit comments