Difference between revisions of "Talk:Vector-space"

From HaskellWiki
Jump to navigation Jump to search
m (oops -- content meant for VersionHistor)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
== Should (^-^) be in the class definition? ==
  +
  +
I wonder if (^-^) should a predefined function *within* the class AdditiveGroup. Using actual subtraction may be faster than negating and adding.
  +
  +
--[[User:Damkor|Damkor]] ([[User talk:Damkor|talk]]) 12:41, 1 April 2015 (UTC)

Latest revision as of 12:42, 1 April 2015

Should (^-^) be in the class definition?

I wonder if (^-^) should a predefined function *within* the class AdditiveGroup. Using actual subtraction may be faster than negating and adding.

--Damkor (talk) 12:41, 1 April 2015 (UTC)