X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FLinear%2FMatrix.hs;fp=src%2FLinear%2FMatrix.hs;h=3af2788ee4c0a3796cd781ae717c2553ca676bce;hb=3a58695c57f57c9adbc0fb2ca26e06e7da7bfd63;hp=f6dbec07d316b7209e5e24450647fab27719358f;hpb=326e005a2deb8ed325df6408b6fbc2ca5ea38938;p=numerical-analysis.git diff --git a/src/Linear/Matrix.hs b/src/Linear/Matrix.hs index f6dbec0..3af2788 100644 --- a/src/Linear/Matrix.hs +++ b/src/Linear/Matrix.hs @@ -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".