Handbook
Glossary
v.m4 ( v: float-4 m: matrix4 -- c: float-4 )
Vocabulary
math
.
matrices
.
simd
Inputs
v
a
float-4
m
a
matrix4
Outputs
c
a
float-4
Definition
USING:
generalizations
math.matrices.simd.private
math.vectors
math.vectors.simd
typed
;
IN:
math.matrices.simd
TYPED::
v.m4
( v: float-4 m: matrix4 -- c: float-4 )
m
columns
[
v
vdot
]
4
napply
float-4-boa
;