From: Michael Orlitzky Date: Sun, 2 Feb 2014 23:46:05 +0000 (-0500) Subject: Switch Linear.Vector to the numeric prelude and add the element_sum function to it. X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=d8dc884aa9b16c7bbd88c4c107ddd684a339a191;hp=d8dc884aa9b16c7bbd88c4c107ddd684a339a191;p=numerical-analysis.git Switch Linear.Vector to the numeric prelude and add the element_sum function to it. Use Linear.Vector.element_sum in Linear.Matrix. ---