]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Update numeric-prelude and fixed-vector.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 8 Jun 2013 21:19:36 +0000 (17:19 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 8 Jun 2013 21:19:36 +0000 (17:19 -0400)
commit04f56a8882bb0c574b603f8c3fed9481ea934f7f
tree054b73a8c19e64447bbad5bd2161c66b913633b9
parentc22f72ffaa4edec587b28a7c22aa07330349fd73
Update numeric-prelude and fixed-vector.
Use the (!) function from the new fixed-vector.
Add the Fast/Simple trisection method and a test.
numerical-analysis.cabal
src/Linear/Matrix.hs
src/Linear/Vector.hs
src/Roots/Fast.hs
src/Roots/Simple.hs