hyporo-cpp/source/hyporo/hyplib/matrix/matrix.hpp
2022-09-22 20:43:06 +05:00

12 lines
157 B
C++

#include "MatrixSpace.hpp"
namespace hyporo
{
using mat3 = MatrixSpace<scalar, 3, 3>;
using mat4 = MatrixSpace<scalar, 4, 4>;
} // end namespace hyporo