hyporo-cpp/source/hyporo/hyplib/matrix/matrix.hpp

12 lines
157 B
C++
Raw Normal View History

2022-09-22 20:43:06 +05:00
#include "MatrixSpace.hpp"
namespace hyporo
{
using mat3 = MatrixSpace<scalar, 3, 3>;
using mat4 = MatrixSpace<scalar, 4, 4>;
} // end namespace hyporo