]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Linear/QR.hs
Drop the 'column' function that returned a vector instead of a matrix.
[numerical-analysis.git] / src / Linear / QR.hs
2014-02-07 Michael OrlitzkyDrop the 'column' function that returned a vector inste...
2014-02-07 Michael OrlitzkyFix a typo.
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...