]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src
Speed up the Cholesky factorization with a fold.
[numerical-analysis.git] / src /
2013-02-04 Michael OrlitzkyEncode the vector type in Vn.
2013-02-04 Michael OrlitzkyAdd toList and fromList functions in FixedVector.hs.
2013-02-04 Michael OrlitzkyRemove TwoTuple.hs.
2013-02-03 Michael OrlitzkyAdd 2d/3d wrapper types for easy pattern matching.
2013-02-03 Michael OrlitzkyReplace the custom 'Vector' typeclass with 'Normed...
2013-02-03 Michael OrlitzkyAdd cleaner Show instance for Vn.
2013-02-03 Michael OrlitzkyFix compiler warnings in Matrix.hs.
2013-02-03 Michael OrlitzkyBegin implementation of normed, fixed-length vectors.
2013-02-03 Michael OrlitzkyFix two compiler warnings.
2013-02-03 Michael OrlitzkyAdd a simple unsafe matrix class to test the Cholesky...
2012-12-09 Michael OrlitzkyFix an off-by-one error in Euler's method.
2012-12-09 Michael OrlitzkyAdd an implementation of Euler's method that takes...
2012-12-06 Michael OrlitzkyAdd the ODE.IVP module with Euler's method.
2012-11-23 Michael OrlitzkyAdd Integration.Simpson implementing Simpson's rule...
2012-11-23 Michael OrlitzkyMove the partition function out of Integration.Trapezoi...
2012-11-21 Michael OrlitzkyAdd the Integration.Trapezoid module; import it in...
2012-10-18 Michael OrlitzkyUse the 2-norm instead of the infty-norm for the fixed...
2012-10-17 Michael OrlitzkyFix a "norm" in Roots.Fast.
2012-10-17 Michael OrlitzkyRename "norm" to "norm_2" in the Vector class.
2012-10-17 Michael OrlitzkyAdd an iteration count to the fixed_point function...
2012-10-17 Michael OrlitzkyRequire Vector instances to be instances of Num as...
2012-10-15 Michael OrlitzkyAdd the Aliases module.
2012-10-15 Michael OrlitzkyAdd a custom Show instance for TwoTuple.
2012-10-14 Michael OrlitzkyChange the type signature of fixed_point to work on...
2012-10-14 Michael OrlitzkyAdd a Vector class and make TwoTuple (and several base...
2012-10-14 Michael OrlitzkyBegin work on a simple 2-tuple type.
2012-10-12 Michael OrlitzkyMake numbers == 3000.1.* required.
2012-10-12 Michael OrlitzkyMove the .ghci file to the top-level directory.
2012-10-12 Michael OrlitzkyRemove an unused variable.
2012-09-27 Michael OrlitzkyAdd the fixed point method to Roots.Simple.
2012-09-25 Michael OrlitzkyAdd Newton's method tests.
2012-09-24 Michael OrlitzkyAdd a .ghci file.
2012-09-24 Michael OrlitzkyAdd the secant method to Roots.Simple.
2012-09-18 Michael OrlitzkyAdd Newton's method.
2012-09-11 Michael OrlitzkySplit Roots into Roots.Simple and Roots.Fast.
2012-09-09 Michael OrlitzkyAdd the numerical-analysis Haskell library.