]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Split Roots into Roots.Simple and Roots.Fast.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 11 Sep 2012 12:40:18 +0000 (08:40 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 11 Sep 2012 12:40:18 +0000 (08:40 -0400)
commit61dcb661ee35ff693a9d64d4d21a65791a480a52
treeb669b9f618052fb958582892e50765eddf3f46a0
parent898622d362b9dad42296af6298e20bc9f8410b63
Split Roots into Roots.Simple and Roots.Fast.
Allow the makefile to find sources in subdirectories.
Update module exports in the cabal file.
makefile
numerical-analysis.cabal
src/Roots/Fast.hs [new file with mode: 0644]
src/Roots/Simple.hs [moved from src/Roots.hs with 61% similarity]
test/Doctests.hs