]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Add tolerant versions of is_{upper,lower}_triangular.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 3 Feb 2014 01:21:33 +0000 (20:21 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 3 Feb 2014 01:21:33 +0000 (20:21 -0500)
commit6b6bae4206bab66823617e2ba77cdf3e8d3fb752
tree65c7984633936efbe090e48679bbc701f6593d17
parentbe2ec3ca8e6fda229e3ca608dcc75e085b3a0b0f
Add tolerant versions of is_{upper,lower}_triangular.
Fix the QR factorization code.
Add tests for the QR behavior.
src/Linear/Matrix.hs
src/Linear/QR.hs