MAV'RIC
test_small_matrix.h
Go to the documentation of this file.
1 
19 #ifndef TEST_SMALL_MATRIX_H
20 #define TEST_SMALL_MATRIX_H
21 
22 #include <stdint.h>
23 #include <stdbool.h>
24 
30 bool run_matrix_tests(void);
31 
32 #endif
bool run_matrix_tests(void)
Run tests on matrix.
Definition: test_small_matrix.c:24