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

Definition at line 7623 of file t_erfa_c.c.

References eraRz(), and vvd().

Referenced by main().

7638 {
7639  double psi, r[3][3];
7640 
7641 
7642  psi = 0.3456789;
7643 
7644  r[0][0] = 2.0;
7645  r[0][1] = 3.0;
7646  r[0][2] = 2.0;
7647 
7648  r[1][0] = 3.0;
7649  r[1][1] = 2.0;
7650  r[1][2] = 3.0;
7651 
7652  r[2][0] = 3.0;
7653  r[2][1] = 4.0;
7654  r[2][2] = 5.0;
7655 
7656  eraRz(psi, r);
7657 
7658  vvd(r[0][0], 2.898197754208926769, 1e-12, "eraRz", "11", status);
7659  vvd(r[0][1], 3.500207892850427330, 1e-12, "eraRz", "12", status);
7660  vvd(r[0][2], 2.898197754208926769, 1e-12, "eraRz", "13", status);
7661 
7662  vvd(r[1][0], 2.144865911309686813, 1e-12, "eraRz", "21", status);
7663  vvd(r[1][1], 0.865184781897815993, 1e-12, "eraRz", "22", status);
7664  vvd(r[1][2], 2.144865911309686813, 1e-12, "eraRz", "23", status);
7665 
7666  vvd(r[2][0], 3.0, 1e-12, "eraRz", "31", status);
7667  vvd(r[2][1], 4.0, 1e-12, "eraRz", "32", status);
7668  vvd(r[2][2], 5.0, 1e-12, "eraRz", "33", status);
7669 
7670 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
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: