FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_rxp
(
int *
status
)
static
Definition at line
7420
of file
t_erfa_c.c
.
References
eraRxp()
, and
vvd()
.
Referenced by
main()
.
7435
{
7436
double
r[3][3], p[3], rp[3];
7437
7438
7439
r[0][0] = 2.0;
7440
r[0][1] = 3.0;
7441
r[0][2] = 2.0;
7442
7443
r[1][0] = 3.0;
7444
r[1][1] = 2.0;
7445
r[1][2] = 3.0;
7446
7447
r[2][0] = 3.0;
7448
r[2][1] = 4.0;
7449
r[2][2] = 5.0;
7450
7451
p[0] = 0.2;
7452
p[1] = 1.5;
7453
p[2] = 0.1;
7454
7455
eraRxp
(r, p, rp);
7456
7457
vvd
(rp[0], 5.1, 1e-12,
"eraRxp"
,
"1"
, status);
7458
vvd
(rp[1], 3.9, 1e-12,
"eraRxp"
,
"2"
, status);
7459
vvd
(rp[2], 7.1, 1e-12,
"eraRxp"
,
"3"
, status);
7460
7461
}
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
t_erfa_c.c:58
eraRxp
void eraRxp(double r[3][3], double p[3], double rp[3])
Definition:
rxp.c:3
Here is the call graph for this function:
Here is the caller graph for this function:
erfa
src
t_erfa_c.c
Generated on Sun Sep 18 2016 20:50:37 for FACT++ by
1.8.11