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

Definition at line 1122 of file palTest.c.

References palEcmat(), and vrmat().

Referenced by main().

1122  {
1123  double rmat[3][3];
1124  double expected[3][3] = {
1125  { 1.0, 0.0, 0.0 },
1126  { 0.0, 0.91749307789883549624, 0.3977517467060596168 },
1127  { 0.0, -0.3977517467060596168, 0.91749307789883549624 } };
1128 
1129  palEcmat( 55966.46, rmat );
1130  vrmat( rmat, expected, "palEcmat", 1.0e-12, status );
1131 }
static void vrmat(double rmat[3][3], double expected[3][3], const char *func, double dval, int *status)
Definition: palTest.c:158
void palEcmat(double date, double rmat[3][3])
Definition: palEcmat.c:73

+ Here is the call graph for this function:

+ Here is the caller graph for this function: