Handbook
Glossary
runge-kutta-stage-n ( accumulation: vector butcher-row: array dt: float x..nt: array -- x..nt': array )
Vocabulary
math
.
runge-kutta
Inputs
accumulation
a
vector
butcher-row
an
array
dt
a
float
x..nt
an
array
Outputs
x..nt'
an
array
Definition
USING:
kernel
typed
;
IN:
math.runge-kutta
TYPED:
runge-kutta-stage-n
( accumulation: vector butcher-row: array dt: float x..nt: array -- x..nt': array )
[
(approximation-increment)
]
[
approximation-increment
]
bi*
;