#include "../scalar/scalar.hpp" #include "matrix_space.hpp" namespace hpr { template using mat = MatrixSpace; using mat2 = MatrixSpace; using mat3 = MatrixSpace; using mat4 = MatrixSpace; }