Handbook
Glossary
vmerge-transpose ( a b c d -- a' b' c' d' )
Vocabulary
math
.
matrices
.
simd
Inputs
a
an
object
b
an
object
c
an
object
d
an
object
Outputs
a'
an
object
b'
an
object
c'
an
object
d'
an
object
Definition
USING:
kernel
math.vectors
;
IN:
math.matrices.simd
:
vmerge-transpose
( a b c d -- a' b' c' d' )
[
(vmerge)
]
bi-curry@
bi*
;
inline