MatrixTests.h 95 B

12345678
  1. #ifndef MATRIXTESTS_H
  2. #define MATRIXTESTS_H
  3. namespace MatrixTests {
  4. void test();
  5. }
  6. #endif