7531 double a[3][3], b[3][3], atb[3][3];
7560 vvd(atb[0][0], 20.0, 1e-12,
"eraRxr",
"11", status);
7561 vvd(atb[0][1], 7.0, 1e-12,
"eraRxr",
"12", status);
7562 vvd(atb[0][2], 9.0, 1e-12,
"eraRxr",
"13", status);
7564 vvd(atb[1][0], 20.0, 1e-12,
"eraRxr",
"21", status);
7565 vvd(atb[1][1], 8.0, 1e-12,
"eraRxr",
"22", status);
7566 vvd(atb[1][2], 11.0, 1e-12,
"eraRxr",
"23", status);
7568 vvd(atb[2][0], 34.0, 1e-12,
"eraRxr",
"31", status);
7569 vvd(atb[2][1], 10.0, 1e-12,
"eraRxr",
"32", status);
7570 vvd(atb[2][2], 15.0, 1e-12,
"eraRxr",
"33", status);
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
void eraRxr(double a[3][3], double b[3][3], double atb[3][3])