FACT++  1.0
void eraC2ixy ( double  date1,
double  date2,
double  x,
double  y,
double  rc2i[3][3] 
)

Definition at line 3 of file c2ixy.c.

References eraC2ixys(), and eraS00().

Referenced by eraC2ibpn(), eraC2txy(), and t_c2ixy().

72 {
73 /* Compute s and then the matrix. */
74  eraC2ixys(x, y, eraS00(date1, date2, x, y), rc2i);
75 
76  return;
77 
78 }
double eraS00(double date1, double date2, double x, double y)
Definition: s00.c:3
void eraC2ixys(double x, double y, double s, double rc2i[3][3])
Definition: c2ixys.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: