]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Add a simple unsafe matrix class to test the Cholesky algorithm.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 3 Feb 2013 01:38:13 +0000 (20:38 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 3 Feb 2013 01:38:13 +0000 (20:38 -0500)
commitea770ce8d107e2736576fadd32cbd8aa38ddc319
tree0c6bb9488f110f5e0d97423af16ce2316f684783
parent923c967324f861e48ede2737b1df63aff8798b70
Add a simple unsafe matrix class to test the Cholesky algorithm.
src/Matrix.hs [new file with mode: 0644]