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

Definition at line 6843 of file t_erfa_c.c.

References eraPvdpv(), and vvd().

Referenced by main().

6858 {
6859  double a[2][3], b[2][3], adb[2];
6860 
6861 
6862  a[0][0] = 2.0;
6863  a[0][1] = 2.0;
6864  a[0][2] = 3.0;
6865 
6866  a[1][0] = 6.0;
6867  a[1][1] = 0.0;
6868  a[1][2] = 4.0;
6869 
6870  b[0][0] = 1.0;
6871  b[0][1] = 3.0;
6872  b[0][2] = 4.0;
6873 
6874  b[1][0] = 0.0;
6875  b[1][1] = 2.0;
6876  b[1][2] = 8.0;
6877 
6878  eraPvdpv(a, b, adb);
6879 
6880  vvd(adb[0], 20.0, 1e-12, "eraPvdpv", "1", status);
6881  vvd(adb[1], 50.0, 1e-12, "eraPvdpv", "2", status);
6882 
6883 }
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition: t_erfa_c.c:58
void eraPvdpv(double a[2][3], double b[2][3], double adb[2])
Definition: pvdpv.c:3

+ Here is the call graph for this function:

+ Here is the caller graph for this function: