]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Replace the whole Matrix implementation with something a little better.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 24 Feb 2013 07:41:03 +0000 (02:41 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 24 Feb 2013 07:41:03 +0000 (02:41 -0500)
commit1f64a1a33b2636ef2e863a0b577c8d8d50233580
treebc831a1ecc41a722ce3c71ee5b497075fc219eca
parente4c2b71137d47045670cba23d420ea10a9e827b5
Replace the whole Matrix implementation with something a little better.
Add the Linear.System module.
Get all doctests working again.
Update .ghci/cabal files.
.ghci
numerical-analysis.cabal
src/Linear/Matrix.hs
src/Linear/System.hs
src/Linear/Vector.hs