]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Add type synonyms for column/row matrices.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 4 Feb 2014 07:18:09 +0000 (02:18 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 4 Feb 2014 07:18:09 +0000 (02:18 -0500)
commit4e464a486bef07db44de9c3d3fae0c8094401b09
tree3faf9f9c8b7965289a2788dc66450e26646825ab
parentc7b6b27f4304416dcec67519b710d090850c3caa
Add type synonyms for column/row matrices.
Add row' and column' functions that do what you'd expect only they return Mats instead of Vecs like their un-prime counterparts.
src/Linear/Matrix.hs