Handbook
Glossary
mdotm' ( matrix -- matrix' )
Vocabulary
koszul
Inputs
matrix
an
object
Outputs
matrix'
an
object
Definition
USING:
kernel
math.matrices
sequences
;
IN:
koszul
:
mdotm'
( matrix -- matrix' )
dup
flip
mdot
;