t

algebra.ring

GCDRingFunctions

trait GCDRingFunctions[R[T] <: GCDRing[T]] extends RingFunctions[R]

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

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(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def defaultFromBigInt[A](n: BigInt)(implicit ev: R[A]): A
    Definition Classes
    RingFunctions
  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.

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

Inherited from RingFunctions[R]

Inherited from AdditiveGroupFunctions[R]

Inherited from AdditiveMonoidFunctions[R]

Inherited from AdditiveSemigroupFunctions[R]

Inherited from AnyRef

Inherited from Any

Ungrouped