FACT++  1.0
void eraRxpv ( double  r[3][3],
double  pv[2][3],
double  rpv[2][3] 
)

Definition at line 3 of file rxpv.c.

References eraRxp().

Referenced by eraTrxpv(), palEvp(), and t_rxpv().

27 {
28  eraRxp(r, pv[0], rpv[0]);
29  eraRxp(r, pv[1], rpv[1]);
30 
31  return;
32 
33 }
void eraRxp(double r[3][3], double p[3], double rp[3])
Definition: rxp.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: