Fix line range in linear multistep solver post
This commit is contained in:
parent
49e0e2eb67
commit
c68dbdb8fe
|
@ -300,7 +300,7 @@ in a list, so the function will expect exactly as many \\(y_i\\)
|
|||
y-coordinates as there are coefficients.
|
||||
|
||||
The actual code is pretty boring.
|
||||
{{< codelines "chapel" "linear-multistep/lmm.chpl" 18 38 >}}
|
||||
{{< codelines "chapel" "linear-multistep/lmm.chpl" 18 39 >}}
|
||||
|
||||
That completes our implementation. All that's left is to actually
|
||||
use our API! First, we need to encode the various methods:
|
||||
|
|
Loading…
Reference in New Issue
Block a user