#ifndef CORE_MATRIX_TESTS_HPP #define CORE_MATRIX_TESTS_HPP namespace Core::MatrixTests { void test(); } #endif