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

Definition at line 7293 of file t_erfa_c.c.

References eraRm2v(), and vvd().

Referenced by main().

7308 {
7309  double r[3][3], w[3];
7310 
7311 
7312  r[0][0] = 0.00;
7313  r[0][1] = -0.80;
7314  r[0][2] = -0.60;
7315 
7316  r[1][0] = 0.80;
7317  r[1][1] = -0.36;
7318  r[1][2] = 0.48;
7319 
7320  r[2][0] = 0.60;
7321  r[2][1] = 0.48;
7322  r[2][2] = -0.64;
7323 
7324  eraRm2v(r, w);
7325 
7326  vvd(w[0], 0.0, 1e-12, "eraRm2v", "1", status);
7327  vvd(w[1], 1.413716694115406957, 1e-12, "eraRm2v", "2", status);
7328  vvd(w[2], -1.884955592153875943, 1e-12, "eraRm2v", "3", status);
7329 
7330 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraRm2v(double r[3][3], double w[3])
Definition: rm2v.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: