t

algebra.ring

RingFunctions

trait RingFunctions[R[T] <: Ring[T]] extends AdditiveGroupFunctions[R] with MultiplicativeMonoidFunctions[R]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RingFunctions
  2. MultiplicativeMonoidFunctions
  3. MultiplicativeSemigroupFunctions
  4. AdditiveGroupFunctions
  5. AdditiveMonoidFunctions
  6. AdditiveSemigroupFunctions
  7. AnyRef
  8. 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 asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def defaultFromBigInt[A](n: BigInt)(implicit ev: R[A]): A
  7. 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.

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

Inherited from AdditiveGroupFunctions[R]

Inherited from AdditiveMonoidFunctions[R]

Inherited from AdditiveSemigroupFunctions[R]

Inherited from AnyRef

Inherited from Any

Ungrouped