runge-kutta-stage-n ( accumulation: vector butcher-row: array dt: float x..nt: array -- x..nt': array )


Vocabulary
math.runge-kutta

Inputs
accumulationa vector
butcher-rowan array
dta float
x..ntan array


Outputs
x..nt'an array


Definition


TYPED: runge-kutta-stage-n
( accumulation: vector butcher-row: array dt: float x..nt: array -- x..nt': array )
[ (approximation-increment) ] [ approximation-increment ]
bi* ;