Handbook
Glossary
coefficients-and-k-values-product ( k-seq butcher-row -- k*B_i )
Vocabulary
math
.
runge-kutta
Inputs
k-seq
an
object
butcher-row
an
object
Outputs
k*B_i
an
object
Definition
USING:
kernel
math
sequences
;
IN:
math.runge-kutta
:
coefficients-and-k-values-product
( k-seq butcher-row -- k*B_i )
[
[
*
]
with
map
]
2map
flip
[
sum
]
map
;