Handbook
Glossary
transform ( triple matrix -- new-triple )
Vocabulary
project-euler
.
common
.
private
Inputs
triple
an
object
matrix
an
object
Outputs
new-triple
an
object
Definition
USING:
arrays
kernel
math.matrices
sequences
;
IN:
project-euler.common.private
:
transform
( triple matrix -- new-triple )
[
1array
]
dip
mdot
first
;