]> gitweb.michael.orlitzky.com - numerical-analysis.git/blobdiff - src/Linear/Matrix.hs
Add Mat6 and Mat7 synonyms.
[numerical-analysis.git] / src / Linear / Matrix.hs
index f6dbec07d316b7209e5e24450647fab27719358f..3af2788ee4c0a3796cd781ae717c2553ca676bce 100644 (file)
@@ -67,6 +67,8 @@ type Mat2 a = Mat N2 N2 a
 type Mat3 a = Mat N3 N3 a
 type Mat4 a = Mat N4 N4 a
 type Mat5 a = Mat N5 N5 a
+type Mat6 a = Mat N6 N6 a
+type Mat7 a = Mat N7 N7 a
 
 -- * Type synonyms for 1-by-n row "vectors".