FACT++  1.0
void eraC2teqx ( double  rbpn[3][3],
double  gst,
double  rpom[3][3],
double  rc2t[3][3] 
)

Definition at line 3 of file c2teqx.c.

References eraCr(), eraRxr(), and eraRz().

Referenced by eraC2tpe(), and t_c2teqx().

58 {
59  double r[3][3];
60 
61 /* Construct the matrix. */
62  eraCr(rbpn, r);
63  eraRz(gst, r);
64  eraRxr(rpom, r, rc2t);
65 
66  return;
67 
68 }
void eraCr(double r[3][3], double c[3][3])
Definition: cr.c:3
void eraRxr(double a[3][3], double b[3][3], double atb[3][3])
Definition: rxr.c:3
void eraRz(double psi, double r[3][3])
Definition: rz.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: