]> gitweb.michael.orlitzky.com - numerical-analysis.git/log
numerical-analysis.git
11 years agoBump the doctest dependency.
Michael Orlitzky [Sun, 14 Oct 2012 18:05:06 +0000 (14:05 -0400)]
Bump the doctest dependency.

11 years agoAdd a Vector class and make TwoTuple (and several base types) instances of it.
Michael Orlitzky [Sun, 14 Oct 2012 18:04:31 +0000 (14:04 -0400)]
Add a Vector class and make TwoTuple (and several base types) instances of it.

11 years agoBegin work on a simple 2-tuple type.
Michael Orlitzky [Sun, 14 Oct 2012 02:36:49 +0000 (22:36 -0400)]
Begin work on a simple 2-tuple type.

11 years agoMake numbers == 3000.1.* required.
Michael Orlitzky [Fri, 12 Oct 2012 17:16:36 +0000 (13:16 -0400)]
Make numbers == 3000.1.* required.
Import Data.Number.BigFloat in the .ghci file.
Add a doctest for newtons_method using BigFloat.

11 years agoMove the .ghci file to the top-level directory.
Michael Orlitzky [Fri, 12 Oct 2012 17:01:04 +0000 (13:01 -0400)]
Move the .ghci file to the top-level directory.
Use a simpler ghci prompt.

11 years agoRemove an unused variable.
Michael Orlitzky [Fri, 12 Oct 2012 16:52:42 +0000 (12:52 -0400)]
Remove an unused variable.

11 years agoAdd the fixed point method to Roots.Simple.
Michael Orlitzky [Thu, 27 Sep 2012 04:32:39 +0000 (00:32 -0400)]
Add the fixed point method to Roots.Simple.

11 years agoAdd Newton's method tests.
Michael Orlitzky [Tue, 25 Sep 2012 14:25:52 +0000 (10:25 -0400)]
Add Newton's method tests.

11 years agoAdd a .ghci file.
Michael Orlitzky [Mon, 24 Sep 2012 21:23:41 +0000 (17:23 -0400)]
Add a .ghci file.

11 years agoAdd the secant method to Roots.Simple.
Michael Orlitzky [Mon, 24 Sep 2012 16:14:23 +0000 (12:14 -0400)]
Add the secant method to Roots.Simple.

11 years agoAdd Newton's method.
Michael Orlitzky [Tue, 18 Sep 2012 19:15:04 +0000 (15:15 -0400)]
Add Newton's method.

11 years agoSplit Roots into Roots.Simple and Roots.Fast.
Michael Orlitzky [Tue, 11 Sep 2012 12:40:18 +0000 (08:40 -0400)]
Split Roots into Roots.Simple and Roots.Fast.
Allow the makefile to find sources in subdirectories.
Update module exports in the cabal file.

11 years agoAdd the numerical-analysis Haskell library.
Michael Orlitzky [Sun, 9 Sep 2012 22:20:56 +0000 (18:20 -0400)]
Add the numerical-analysis Haskell library.