#ifndef MATRIXTESTS_H
#define MATRIXTESTS_H

namespace MatrixTests {
    void test();
}

#endif