]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Linear/QR.hs
Add comments to Linear.QR about non-convergence.
[numerical-analysis.git] / src / Linear / QR.hs
2014-02-04 Michael OrlitzkyAdd comments to Linear.QR about non-convergence.
2014-02-04 Michael OrlitzkyFinish the eigenvectors_symmetric tests.
2014-02-04 Michael OrlitzkyAdd the eigenvectors_symmetric function and begin writi...
2014-02-04 Michael OrlitzkyImplement the QR algorithm for computing eigenvalues.
2014-02-03 Michael OrlitzkyClean up imports everywhere.
2014-02-03 Michael OrlitzkyAdd tolerant versions of is_{upper,lower}_triangular.
2014-02-02 Michael OrlitzkyAdd the Linear.QR module and update the ghci/cabal...