spire.math.SafeLongInstances

SafeLongAlgebra

implicit object SafeLongAlgebra extends SafeLongIsEuclideanRing with SafeLongIsNRoot with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SafeLongAlgebra
  2. Serializable
  3. Serializable
  4. SafeLongIsNRoot
  5. NRoot
  6. SafeLongIsEuclideanRing
  7. SafeLongIsRing
  8. EuclideanRing
  9. CRing
  10. MultiplicativeCMonoid
  11. MultiplicativeCSemigroup
  12. Ring
  13. Rng
  14. AdditiveAbGroup
  15. AdditiveCMonoid
  16. AdditiveCSemigroup
  17. AdditiveGroup
  18. Rig
  19. MultiplicativeMonoid
  20. Semiring
  21. MultiplicativeSemigroup
  22. AdditiveMonoid
  23. AdditiveSemigroup
  24. AnyRef
  25. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. def additive: AbGroup[SafeLong]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  9. final def euclid(a: SafeLong, b: SafeLong)(implicit eq: Eq[SafeLong]): SafeLong

    Attributes
    protected[this]
    Definition Classes
    EuclideanRing
    Annotations
    @tailrec()
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fpow(a: SafeLong, b: SafeLong): SafeLong

    Definition Classes
    SafeLongIsNRoot → NRoot
  12. def fromInt(n: Int): SafeLong

    Defined to be equivalent to additive.sumn(one, n).

    Defined to be equivalent to additive.sumn(one, n). That is, n repeated summations of this ring's one, or -one if n is negative.

    Definition Classes
    SafeLongIsRing → Ring
  13. def gcd(a: SafeLong, b: SafeLong): SafeLong

    Definition Classes
    SafeLongIsEuclideanRing → EuclideanRing
  14. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  17. def lcm(a: SafeLong, b: SafeLong): SafeLong

    Definition Classes
    EuclideanRing
  18. def minus(a: SafeLong, b: SafeLong): SafeLong

    Definition Classes
    SafeLongIsRing → AdditiveGroup
  19. def mod(a: SafeLong, b: SafeLong): SafeLong

    Definition Classes
    SafeLongIsEuclideanRing → EuclideanRing
  20. def multiplicative: CMonoid[SafeLong]

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. def negate(a: SafeLong): SafeLong

    Definition Classes
    SafeLongIsRing → AdditiveGroup
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def nroot(a: SafeLong, k: Int): SafeLong

    Definition Classes
    SafeLongIsNRoot → NRoot
  26. val one: SafeLong

    Definition Classes
    SafeLongIsRing → MultiplicativeMonoid
  27. def plus(a: SafeLong, b: SafeLong): SafeLong

    Definition Classes
    SafeLongIsRing → AdditiveSemigroup
  28. def pow(a: SafeLong, b: Int): SafeLong

    This is similar to Semigroup#pow, except that a pow 0 is defined to be the multiplicative identity.

    This is similar to Semigroup#pow, except that a pow 0 is defined to be the multiplicative identity.

    Definition Classes
    SafeLongIsRing → RigSemiring
  29. def quot(a: SafeLong, b: SafeLong): SafeLong

    Definition Classes
    SafeLongIsEuclideanRing → EuclideanRing
  30. def quotmod(a: SafeLong, b: SafeLong): (SafeLong, SafeLong)

    Definition Classes
    SafeLongIsEuclideanRing → EuclideanRing
  31. def sqrt(a: SafeLong): SafeLong

    Definition Classes
    NRoot
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def times(a: SafeLong, b: SafeLong): SafeLong

    Definition Classes
    SafeLongIsRing → MultiplicativeSemigroup
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )
  38. val zero: SafeLong

    Definition Classes
    SafeLongIsRing → AdditiveMonoid

Inherited from Serializable

Inherited from Serializable

Inherited from SafeLongIsNRoot

Inherited from NRoot[SafeLong]

Inherited from SafeLongIsEuclideanRing

Inherited from SafeLongIsRing

Inherited from EuclideanRing[SafeLong]

Inherited from CRing[SafeLong]

Inherited from Ring[SafeLong]

Inherited from Rng[SafeLong]

Inherited from AdditiveAbGroup[SafeLong]

Inherited from AdditiveCMonoid[SafeLong]

Inherited from AdditiveCSemigroup[SafeLong]

Inherited from AdditiveGroup[SafeLong]

Inherited from Rig[SafeLong]

Inherited from MultiplicativeMonoid[SafeLong]

Inherited from Semiring[SafeLong]

Inherited from AdditiveMonoid[SafeLong]

Inherited from AdditiveSemigroup[SafeLong]

Inherited from AnyRef

Inherited from Any

Ungrouped