]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Switch Linear.Vector to the numeric prelude and add the element_sum function to it.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2014 23:46:05 +0000 (18:46 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 2 Feb 2014 23:46:05 +0000 (18:46 -0500)
commitd8dc884aa9b16c7bbd88c4c107ddd684a339a191
tree01c6f58e5f8ce734cb27984dada87f7fb90bba30
parent0a80879b886f592d663ace50eb78fa002facc1a3
Switch Linear.Vector to the numeric prelude and add the element_sum function to it.
Use Linear.Vector.element_sum in Linear.Matrix.
src/Linear/Matrix.hs
src/Linear/Vector.hs