slaDmxm -

SYNOPSYS

void slaDmxm(a)

PARAMETERS

double ( *a

DESCRIPTION


Product of two 3x3 matrices

     matrix c  =  matrix a  x  matrix b

  (double precision)

Given

      a      double[3][3]        matrix
      b      double[3][3]        matrix

Returned

      c      double[3][3]        matrix result

  P.T.Wallace   Starlink   31 October 1993

SEE ALSO