source: CIVL/examples/omp/m4ri/tests/testing.h@ bb03188

main test-branch
Last change on this file since bb03188 was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 319 bytes
RevLine 
[84d0c30]1#ifndef TESTING_H
2#define TESTING_H
3
4#include <m4ri/misc.h>
5#include <m4ri/mzd.h>
6
7mzd_t *mzd_init_test_matrix_random(rci_t M, rci_t N, rci_t m, rci_t n, word pattern, mzd_t **A);
8void mzd_free_test_matrix_random(mzd_t *A, mzd_t *a);
9int 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.