FACT++  1.0
static void t_sxpv ( int *  status)
static

Definition at line 8148 of file t_erfa_c.c.

References eraSxpv(), and vvd().

Referenced by main().

8163 {
8164  double s, pv[2][3], spv[2][3];
8165 
8166 
8167  s = 2.0;
8168 
8169  pv[0][0] = 0.3;
8170  pv[0][1] = 1.2;
8171  pv[0][2] = -2.5;
8172 
8173  pv[1][0] = 0.5;
8174  pv[1][1] = 3.2;
8175  pv[1][2] = -0.7;
8176 
8177  eraSxpv(s, pv, spv);
8178 
8179  vvd(spv[0][0], 0.6, 0.0, "eraSxpv", "p1", status);
8180  vvd(spv[0][1], 2.4, 0.0, "eraSxpv", "p2", status);
8181  vvd(spv[0][2], -5.0, 0.0, "eraSxpv", "p3", status);
8182 
8183  vvd(spv[1][0], 1.0, 0.0, "eraSxpv", "v1", status);
8184  vvd(spv[1][1], 6.4, 0.0, "eraSxpv", "v2", status);
8185  vvd(spv[1][2], -1.4, 0.0, "eraSxpv", "v3", status);
8186 
8187 }
void eraSxpv(double s, double pv[2][3], double spv[2][3])
Definition: sxpv.c:3
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58

+ Here is the call graph for this function:

+ Here is the caller graph for this function: