object CommutativeRing extends RingFunctions[CommutativeRing] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommutativeRing
  2. Serializable
  3. Serializable
  4. RingFunctions
  5. MultiplicativeMonoidFunctions
  6. MultiplicativeSemigroupFunctions
  7. AdditiveGroupFunctions
  8. AdditiveMonoidFunctions
  9. AdditiveSemigroupFunctions
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply[A](implicit r: CommutativeRing[A]): CommutativeRing[A]
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def defaultFromBigInt[A](n: BigInt)(implicit ev: CommutativeRing[A]): A
    Definition Classes
    RingFunctions
  8. final def defaultFromDouble[A](a: Double)(implicit ringA: Ring[A], mgA: MultiplicativeGroup[A]): A

    Returns the given Double, understood as a rational number, in the provided (division) ring.

    Returns the given Double, understood as a rational number, in the provided (division) ring.

    This is implemented in terms of basic ops. However, this is probably significantly less efficient than can be done with a specific type. So, it is recommended to specialize this general method.

    Definition Classes
    RingFunctions
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def fromBigInt[A](n: BigInt)(implicit ev: CommutativeRing[A]): A
    Definition Classes
    RingFunctions
  12. def fromInt[A](n: Int)(implicit ev: CommutativeRing[A]): A
    Definition Classes
    RingFunctions
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def isAdditiveCommutative[A](implicit ev: CommutativeRing[A]): Boolean
    Definition Classes
    AdditiveSemigroupFunctions
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isMultiplicativeCommutative[A](implicit ev: CommutativeRing[A]): Boolean
  18. def isOne[A](a: A)(implicit ev0: CommutativeRing[A], ev1: Eq[A]): Boolean
  19. def isZero[A](a: A)(implicit ev0: CommutativeRing[A], ev1: Eq[A]): Boolean
    Definition Classes
    AdditiveMonoidFunctions
  20. def minus[A](x: A, y: A)(implicit ev: CommutativeRing[A]): A
    Definition Classes
    AdditiveGroupFunctions
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def negate[A](x: A)(implicit ev: CommutativeRing[A]): A
    Definition Classes
    AdditiveGroupFunctions
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def one[A](implicit ev: CommutativeRing[A]): A
  26. def plus[A](x: A, y: A)(implicit ev: CommutativeRing[A]): A
    Definition Classes
    AdditiveSemigroupFunctions
  27. def pow[A](a: A, n: Int)(implicit ev: CommutativeRing[A]): A
  28. def product[A](as: TraversableOnce[A])(implicit ev: CommutativeRing[A]): A
  29. def sum[A](as: TraversableOnce[A])(implicit ev: CommutativeRing[A]): A
    Definition Classes
    AdditiveMonoidFunctions
  30. def sumN[A](a: A, n: Int)(implicit ev: CommutativeRing[A]): A
    Definition Classes
    AdditiveSemigroupFunctions
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def times[A](x: A, y: A)(implicit ev: CommutativeRing[A]): A
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def tryProduct[A](as: TraversableOnce[A])(implicit ev: CommutativeRing[A]): Option[A]
  35. def trySum[A](as: TraversableOnce[A])(implicit ev: CommutativeRing[A]): Option[A]
    Definition Classes
    AdditiveSemigroupFunctions
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def zero[A](implicit ev: CommutativeRing[A]): A
    Definition Classes
    AdditiveMonoidFunctions

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from RingFunctions[CommutativeRing]

Inherited from AnyRef

Inherited from Any

Ungrouped