spire.std.ShortInstances

ShortAlgebra

implicit object ShortAlgebra extends ShortIsEuclideanRing

Linear Supertypes
ShortIsEuclideanRing, EuclideanRing[Short], Ring[Short], Rng[Short], AdditiveAbGroup[Short], AdditiveGroup[Short], Rig[Short], MultiplicativeMonoid[Short], AdditiveMonoid[Short], Semiring[Short], MultiplicativeSemigroup[Short], AdditiveSemigroup[Short], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShortAlgebra
  2. ShortIsEuclideanRing
  3. EuclideanRing
  4. Ring
  5. Rng
  6. AdditiveAbGroup
  7. AdditiveGroup
  8. Rig
  9. MultiplicativeMonoid
  10. AdditiveMonoid
  11. Semiring
  12. MultiplicativeSemigroup
  13. AdditiveSemigroup
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def additive: AbGroup[Short]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def fromInt(n: Int): Short

    Definition Classes
    ShortIsEuclideanRingRing
  14. def gcd(a: Short, b: Short): Short

    Definition Classes
    ShortIsEuclideanRingEuclideanRing
  15. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  18. def lcm(a: Short, b: Short): Short

    Definition Classes
    EuclideanRing
  19. def minus(a: Short, b: Short): Short

    Definition Classes
    ShortIsEuclideanRingAdditiveGroup
  20. def mod(a: Short, b: Short): Short

    Definition Classes
    ShortIsEuclideanRingEuclideanRing
  21. def multiplicative: Monoid[Short]

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

    Definition Classes
    AnyRef
  23. def negate(a: Short): Short

    Definition Classes
    ShortIsEuclideanRingAdditiveGroup
  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. def one: Short

  27. def plus(a: Short, b: Short): Short

  28. def pow(a: Short, b: Int): Short

    Definition Classes
    ShortIsEuclideanRingRigSemiring
  29. def quot(a: Short, b: Short): Short

    Definition Classes
    ShortIsEuclideanRingEuclideanRing
  30. def quotmod(a: Short, b: Short): (Short, Short)

    Definition Classes
    EuclideanRing
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def times(a: Short, b: Short): Short

  33. def toString(): String

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )
  37. def zero: Short

    Definition Classes
    ShortIsEuclideanRingAdditiveMonoid

Inherited from ShortIsEuclideanRing

Inherited from EuclideanRing[Short]

Inherited from Ring[Short]

Inherited from Rng[Short]

Inherited from AdditiveAbGroup[Short]

Inherited from AdditiveGroup[Short]

Inherited from Rig[Short]

Inherited from MultiplicativeMonoid[Short]

Inherited from AdditiveMonoid[Short]

Inherited from Semiring[Short]

Inherited from MultiplicativeSemigroup[Short]

Inherited from AdditiveSemigroup[Short]

Inherited from AnyRef

Inherited from Any

Ungrouped