matmul(1)                                                            matmul(1)



NAME
       matmul - matrix multiplication

SYNOPSIS
       matmul < inputmatrices > outputmatrix

DESCRIPTION
       This  program reads several matrices from STDIN, multiplies them in the
       given order from right and prints the result to STDOUT in  sla(1)  for-
       mat.

       The size of the matrices should be compatible.

AUTHOR
       Mate  Nagy  (mnagy  (at)  port70.net),  Szabolcs  Nagy  (nszabolcs (at)
       gmail.com)

HOME PAGE
       http://repo.hu/projects/sla

SEE ALSO
       sla(1), dgemm(3)



sla                               2009-12-23                         matmul(1)