slaDimxv -

SYNOPSYS

void slaDimxv(dm)

PARAMETERS

double ( *dm

DESCRIPTION


Performs the 3-d backward unitary transformation


     vector vb = (inverse of matrix dm) * vector va

  (double precision)

  (n.b.  The matrix must be unitary, as this routine assumes that
   the inverse and transpose are identical)


Given

     dm       double[3][3]   matrix
     va       double[3]      vector

Returned

     vb       double[3]      result vector

  P.T.Wallace   Starlink   31 October 1993

SEE ALSO