source:
CIVL/examples/omp/m4ri/tests/testing.h@
ff25b9a
| Last change on this file since ff25b9a was 84d0c30, checked in by , 11 years ago | |
|---|---|
|
|
| File size: 319 bytes | |
| Rev | Line | |
|---|---|---|
| [84d0c30] | 1 | #ifndef TESTING_H |
| 2 | #define TESTING_H | |
| 3 | ||
| 4 | #include <m4ri/misc.h> | |
| 5 | #include <m4ri/mzd.h> | |
| 6 | ||
| 7 | mzd_t *mzd_init_test_matrix_random(rci_t M, rci_t N, rci_t m, rci_t n, word pattern, mzd_t **A); | |
| 8 | void mzd_free_test_matrix_random(mzd_t *A, mzd_t *a); | |
| 9 | int mzd_check_pattern(mzd_t *A, rci_t m, rci_t n, word pattern); | |
| 10 | ||
| 11 | #endif //TESTING_H |
Note:
See TracBrowser
for help on using the repository browser.
