Handbook
Glossary
v2min ( xy -- xx )
Vocabulary
benchmark
.
3d-matrix-vector
Inputs
xy
an
object
Outputs
xx
an
object
Definition
USING:
kernel
math.vectors
;
IN:
benchmark.3d-matrix-vector
:
v2min
( xy -- xx )
dup
{
1 0 2 3
}
vshuffle
vmin
;
inline