Trait

spire.std

BigIntegerIsEuclideanRing

Related Doc: package std

Permalink

trait BigIntegerIsEuclideanRing extends EuclideanRing[BigInteger]

Linear Supertypes
EuclideanRing[BigInteger], GCDRing[BigInteger], CommutativeRing[BigInteger], CommutativeRng[BigInteger], CommutativeRig[BigInteger], MultiplicativeCommutativeMonoid[BigInteger], CommutativeSemiring[BigInteger], MultiplicativeCommutativeSemigroup[BigInteger], Ring[BigInteger], Rng[BigInteger], AdditiveCommutativeGroup[BigInteger], AdditiveGroup[BigInteger], Rig[BigInteger], MultiplicativeMonoid[BigInteger], Semiring[BigInteger], MultiplicativeSemigroup[BigInteger], AdditiveCommutativeMonoid[BigInteger], AdditiveCommutativeSemigroup[BigInteger], AdditiveMonoid[BigInteger], AdditiveSemigroup[BigInteger], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigIntegerIsEuclideanRing
  2. EuclideanRing
  3. GCDRing
  4. CommutativeRing
  5. CommutativeRng
  6. CommutativeRig
  7. MultiplicativeCommutativeMonoid
  8. CommutativeSemiring
  9. MultiplicativeCommutativeSemigroup
  10. Ring
  11. Rng
  12. AdditiveCommutativeGroup
  13. AdditiveGroup
  14. Rig
  15. MultiplicativeMonoid
  16. Semiring
  17. MultiplicativeSemigroup
  18. AdditiveCommutativeMonoid
  19. AdditiveCommutativeSemigroup
  20. AdditiveMonoid
  21. AdditiveSemigroup
  22. Serializable
  23. Serializable
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def additive: CommutativeGroup[BigInteger]

    Permalink
    Definition Classes
    AdditiveCommutativeGroup → AdditiveCommutativeMonoid → AdditiveCommutativeSemigroup → AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def emod(a: BigInteger, b: BigInteger): BigInteger

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def equot(a: BigInteger, b: BigInteger): BigInteger

    Permalink
  11. def equotmod(a: BigInteger, b: BigInteger): (BigInteger, BigInteger)

    Permalink
  12. def euclideanFunction(a: BigInteger): BigInt

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fromBigInt(n: BigInt): BigInteger

    Permalink
    Definition Classes
    Ring
  15. def fromInt(n: Int): BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRing → Ring
  16. def gcd(a: BigInteger, b: BigInteger)(implicit ev: Eq[BigInteger]): BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRingGCDRing
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def isOne(a: BigInteger)(implicit ev: Eq[BigInteger]): Boolean

    Permalink
    Definition Classes
    MultiplicativeMonoid
  21. def isZero(a: BigInteger)(implicit ev: Eq[BigInteger]): Boolean

    Permalink
    Definition Classes
    AdditiveMonoid
  22. def lcm(a: BigInteger, b: BigInteger)(implicit ev: Eq[BigInteger]): BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRingGCDRing
  23. def minus(a: BigInteger, b: BigInteger): BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRing → AdditiveGroup
  24. def multiplicative: CommutativeMonoid[BigInteger]

    Permalink
    Definition Classes
    MultiplicativeCommutativeMonoid → MultiplicativeCommutativeSemigroup → MultiplicativeMonoid → MultiplicativeSemigroup
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def negate(a: BigInteger): BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRing → AdditiveGroup
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def one: BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRing → MultiplicativeMonoid
  30. def plus(a: BigInteger, b: BigInteger): BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRing → AdditiveSemigroup
  31. def positivePow(a: BigInteger, n: Int): BigInteger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MultiplicativeSemigroup
  32. def positiveSumN(a: BigInteger, n: Int): BigInteger

    Permalink
    Attributes
    protected[this]
    Definition Classes
    AdditiveSemigroup
  33. def pow(a: BigInteger, b: Int): BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRing → MultiplicativeMonoid → MultiplicativeSemigroup
  34. def product(as: TraversableOnce[BigInteger]): BigInteger

    Permalink
    Definition Classes
    MultiplicativeMonoid
  35. def sum(as: TraversableOnce[BigInteger]): BigInteger

    Permalink
    Definition Classes
    AdditiveMonoid
  36. def sumN(a: BigInteger, n: Int): BigInteger

    Permalink
    Definition Classes
    AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def times(a: BigInteger, b: BigInteger): BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRing → MultiplicativeSemigroup
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. def tryProduct(as: TraversableOnce[BigInteger]): Option[BigInteger]

    Permalink
    Definition Classes
    MultiplicativeMonoid → MultiplicativeSemigroup
  41. def trySum(as: TraversableOnce[BigInteger]): Option[BigInteger]

    Permalink
    Definition Classes
    AdditiveMonoid → AdditiveSemigroup
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. def zero: BigInteger

    Permalink
    Definition Classes
    BigIntegerIsEuclideanRing → AdditiveMonoid

Inherited from EuclideanRing[BigInteger]

Inherited from GCDRing[BigInteger]

Inherited from CommutativeRing[BigInteger]

Inherited from CommutativeRng[BigInteger]

Inherited from CommutativeRig[BigInteger]

Inherited from MultiplicativeCommutativeMonoid[BigInteger]

Inherited from CommutativeSemiring[BigInteger]

Inherited from MultiplicativeCommutativeSemigroup[BigInteger]

Inherited from Ring[BigInteger]

Inherited from Rng[BigInteger]

Inherited from AdditiveCommutativeGroup[BigInteger]

Inherited from AdditiveGroup[BigInteger]

Inherited from Rig[BigInteger]

Inherited from MultiplicativeMonoid[BigInteger]

Inherited from Semiring[BigInteger]

Inherited from MultiplicativeSemigroup[BigInteger]

Inherited from AdditiveCommutativeMonoid[BigInteger]

Inherited from AdditiveCommutativeSemigroup[BigInteger]

Inherited from AdditiveMonoid[BigInteger]

Inherited from AdditiveSemigroup[BigInteger]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped