You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #ifndef TEST_CONFIG_H
- #define TEST_CONFIG_H
-
- // error bound for single and single complex routines
- #define SINGLE_ERR_BOUND 1e-4
-
- // error bound for double an double complex routines
- #define DOUBLE_ERR_BOUND 1e-13
-
- // size of test matrices
- #define TEST_SIZE 100
-
- #endif /* TEST_CONFIG_H */
|