slaMxm -

SYNOPSYS

void slaMxm(a)

PARAMETERS

float ( *a

DESCRIPTION


Product of two 3x3 matrices


      matrix c  =  matrix a  x  matrix b

  (single precision)

Given

      a      float[3][3]        matrix
      b      float[3][3]        matrix

Returned

      c      float[3][3]        matrix result

  P.T.Wallace   Starlink   31 October 1993

SEE ALSO