<!-- 1. Please use this format for the issue subject: `[package-name] issue title` 2. If possible (or relevant), please include a minimum reproducable code example. --> The matrix types are missing, especially implementing the rectangular ones could be involved due to the shape checking, but could be useful. ``` mat2x2 mat2x3 mat2x4 mat3x2 mat3x3 mat3x4 mat4x2 mat4x3 mat4x4 ```