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