source:
CIVL/mods/dev.civl.com/examples/omp/m4ri/tests/testing.h@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 319 bytes | |
| Line | |
|---|---|
| 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.
