#include "MatrixSpace.hpp" namespace hyporo { using mat3 = MatrixSpace; using mat4 = MatrixSpace; } // end namespace hyporo