]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Replace the custom 'Vector' typeclass with 'Normed' everywhere.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 3 Feb 2013 20:25:53 +0000 (15:25 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 3 Feb 2013 20:25:53 +0000 (15:25 -0500)
commite73e40c515938df4de629dbc88463c5d88bca7c8
tree2b29dd8a968434e54ebfa8399c0d1905410f9efa
parente15cc4256054bfaa60cd7ed167c0448957c85ed2
Replace the custom 'Vector' typeclass with 'Normed' everywhere.
src/FixedVector.hs
src/Normed.hs
src/Roots/Fast.hs
src/Roots/Simple.hs
src/TwoTuple.hs
src/Vector.hs [deleted file]