m.m' ( matrix -- matrix' )


Vocabulary
koszul

Definition
USING: kernel math.matrices sequences ;

IN: koszul

: m.m' ( matrix -- matrix' ) dup flip m. ;