]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Clean up imports in FixedMatrix.hs.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Feb 2013 01:23:33 +0000 (20:23 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Feb 2013 01:23:33 +0000 (20:23 -0500)
commit55cf46834f181be01b17b4c5a02ecd772c4e3090
tree7da7338c736593a77a33bb987e5ed6b27e5e69ce
parent9bd0e10d2c4a18c21269d520190a5d6b65b6390f
Clean up imports in FixedMatrix.hs.
Add matrix multiplication and Cholesky factorization to FixedMatrix.hs.
Add some doctests to FixedMatrix.hs.
src/FixedMatrix.hs