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

Definition at line 7574 of file t_erfa_c.c.

References eraRy(), and vvd().

Referenced by main().

7589 {
7590  double theta, r[3][3];
7591 
7592 
7593  theta = 0.3456789;
7594 
7595  r[0][0] = 2.0;
7596  r[0][1] = 3.0;
7597  r[0][2] = 2.0;
7598 
7599  r[1][0] = 3.0;
7600  r[1][1] = 2.0;
7601  r[1][2] = 3.0;
7602 
7603  r[2][0] = 3.0;
7604  r[2][1] = 4.0;
7605  r[2][2] = 5.0;
7606 
7607  eraRy(theta, r);
7608 
7609  vvd(r[0][0], 0.8651847818978159930, 1e-12, "eraRy", "11", status);
7610  vvd(r[0][1], 1.467194920539316554, 1e-12, "eraRy", "12", status);
7611  vvd(r[0][2], 0.1875137911274457342, 1e-12, "eraRy", "13", status);
7612 
7613  vvd(r[1][0], 3, 1e-12, "eraRy", "21", status);
7614  vvd(r[1][1], 2, 1e-12, "eraRy", "22", status);
7615  vvd(r[1][2], 3, 1e-12, "eraRy", "23", status);
7616 
7617  vvd(r[2][0], 3.500207892850427330, 1e-12, "eraRy", "31", status);
7618  vvd(r[2][1], 4.779889022262298150, 1e-12, "eraRy", "32", status);
7619  vvd(r[2][2], 5.381899160903798712, 1e-12, "eraRy", "33", status);
7620 
7621 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraRy(double theta, double r[3][3])
Definition: ry.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: