Handbook
Glossary
m4/n ( a: matrix4 b: float -- c: matrix4 )
Vocabulary
math
.
matrices
.
simd
Inputs
a
a
matrix4
b
a
float
Outputs
c
a
matrix4
Definition
USING:
kernel
math.matrices.simd.private
math.vectors
typed
;
IN:
math.matrices.simd
TYPED:
m4/n
( a: matrix4 b: float -- c: matrix4 )
[
v/n
]
curry
map-columns
;