Difference between revisions of "Talk:Vector-space"

From HaskellWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Should (^-^) be in the class definition? ==
 
== Should (^-^) be in the class definition? ==
   
I wonder if (^-^) should a predefined function *within* the class. Using actual subtraction may be faster than negating and adding.
+
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)
 
--[[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)