#ifndef CORE_MATRIX_TESTS_H
#define CORE_MATRIX_TESTS_H

namespace Core::MatrixTests {
    void test();
}

#endif