CommutativeRng

algebra.ring.CommutativeRng$
See theCommutativeRng companion trait

Attributes

Companion:
trait
Source:
CommutativeRng.scala
Graph
Supertypes
Self type

Members list

Concise view

Value members

Concrete methods

final def apply[A](implicit r: CommutativeRng[A]): CommutativeRng[A]

Attributes

Source:
CommutativeRng.scala

Inherited methods

Attributes

Inherited from:
AdditiveSemigroupFunctions
Source:
Additive.scala
def isZero[A](a: A)(implicit ev0: CommutativeRng[A], ev1: Eq[A]): Boolean

Attributes

Inherited from:
AdditiveMonoidFunctions
Source:
Additive.scala
def minus[A](x: A, y: A)(implicit ev: CommutativeRng[A]): A

Attributes

Inherited from:
AdditiveGroupFunctions
Source:
Additive.scala
def negate[A](x: A)(implicit ev: CommutativeRng[A]): A

Attributes

Inherited from:
AdditiveGroupFunctions
Source:
Additive.scala
def plus[A](x: A, y: A)(implicit ev: CommutativeRng[A]): A

Attributes

Inherited from:
AdditiveSemigroupFunctions
Source:
Additive.scala
def pow[A](a: A, n: Int)(implicit ev: CommutativeRng[A]): A
def sum[A](as: IterableOnce[A])(implicit ev: CommutativeRng[A]): A

Attributes

Inherited from:
AdditiveMonoidFunctions
Source:
Additive.scala
def sumN[A](a: A, n: Int)(implicit ev: CommutativeRng[A]): A

Attributes

Inherited from:
AdditiveSemigroupFunctions
Source:
Additive.scala
def times[A](x: A, y: A)(implicit ev: CommutativeRng[A]): A
def tryProduct[A](as: IterableOnce[A])(implicit ev: CommutativeRng[A]): Option[A]
def trySum[A](as: IterableOnce[A])(implicit ev: CommutativeRng[A]): Option[A]

Attributes

Inherited from:
AdditiveSemigroupFunctions
Source:
Additive.scala
def zero[A](implicit ev: CommutativeRng[A]): A

Attributes

Inherited from:
AdditiveMonoidFunctions
Source:
Additive.scala