spire.std

ShortAlgebra

class ShortAlgebra extends ShortIsEuclideanRing with ShortIsReal with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Serializable, Serializable, ShortIsReal, ShortIsSigned, ShortOrder, IsIntegral[Short], IsReal[Short], Signed[Short], Order[Short], PartialOrder[Short], Eq[Short], ShortIsEuclideanRing, EuclideanRing[Short], CRing[Short], MultiplicativeCMonoid[Short], MultiplicativeCSemigroup[Short], Ring[Short], Rng[Short], AdditiveAbGroup[Short], AdditiveCMonoid[Short], AdditiveCSemigroup[Short], AdditiveGroup[Short], Rig[Short], MultiplicativeMonoid[Short], Semiring[Short], MultiplicativeSemigroup[Short], AdditiveMonoid[Short], AdditiveSemigroup[Short], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShortAlgebra
  2. Serializable
  3. Serializable
  4. ShortIsReal
  5. ShortIsSigned
  6. ShortOrder
  7. IsIntegral
  8. IsReal
  9. Signed
  10. Order
  11. PartialOrder
  12. Eq
  13. ShortIsEuclideanRing
  14. EuclideanRing
  15. CRing
  16. MultiplicativeCMonoid
  17. MultiplicativeCSemigroup
  18. Ring
  19. Rng
  20. AdditiveAbGroup
  21. AdditiveCMonoid
  22. AdditiveCSemigroup
  23. AdditiveGroup
  24. Rig
  25. MultiplicativeMonoid
  26. Semiring
  27. MultiplicativeSemigroup
  28. AdditiveMonoid
  29. AdditiveSemigroup
  30. AnyRef
  31. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShortAlgebra()

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 abs(a: Short): Short

    An idempotent function that ensures an object has a non-negative sign.

    An idempotent function that ensures an object has a non-negative sign.

    Definition Classes
    ShortIsSignedSigned
  5. def additive: AbGroup[Short]

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def ceil(a: Short): Short

    Definition Classes
    IsIntegralIsReal
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compare(x: Short, y: Short): Int

    Definition Classes
    ShortOrderOrder
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def eqv(x: Short, y: Short): Boolean

    Returns true if x and y are equivalent, false otherwise.

    Returns true if x and y are equivalent, false otherwise.

    Definition Classes
    ShortOrderOrderPartialOrderEq
  13. final def euclid(a: Short, b: Short)(implicit eq: Eq[Short]): Short

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def floor(a: Short): Short

    Definition Classes
    IsIntegralIsReal
  16. def fromInt(n: Int): Short

    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
    ShortIsEuclideanRingRing
  17. def gcd(a: Short, b: Short): Short

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

    Definition Classes
    AnyRef → Any
  19. def gt(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrderOrderPartialOrder
  20. def gteqv(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrderOrderPartialOrder
  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. def isWhole(a: Short): Boolean

    Definition Classes
    IsIntegralIsReal
  24. def isZero(a: Short): Boolean

    Definition Classes
    Signed
  25. def lcm(a: Short, b: Short): Short

    Definition Classes
    EuclideanRing
  26. def lt(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrderOrderPartialOrder
  27. def lteqv(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrderOrderPartialOrder
  28. def max(x: Short, y: Short): Short

    Definition Classes
    Order
  29. def min(x: Short, y: Short): Short

    Definition Classes
    Order
  30. def minus(a: Short, b: Short): Short

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

    Definition Classes
    ShortIsEuclideanRingEuclideanRing
  32. def multiplicative: CMonoid[Short]

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

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

    Definition Classes
    ShortIsEuclideanRingAdditiveGroup
  35. def neqv(x: Short, y: Short): Boolean

    Returns false if x and y are equivalent, true otherwise.

    Returns false if x and y are equivalent, true otherwise.

    Definition Classes
    ShortOrderEq
  36. final def notify(): Unit

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

    Definition Classes
    AnyRef
  38. def on[B](f: (B) ⇒ Short): Order[B]

    Defines an order on B by mapping B to A using f and using As order to order B.

    Defines an order on B by mapping B to A using f and using As order to order B.

    Definition Classes
    OrderPartialOrderEq
  39. def one: Short

  40. def partialCompare(x: Short, y: Short): Double

    Result of comparing x with y.

    Result of comparing x with y. Returns NaN if operands are not comparable. If operands are comparable, returns a Double whose sign is: - negative iff x < y - zero iff x === y - positive iff x > y

    Definition Classes
    OrderPartialOrder
  41. def plus(a: Short, b: Short): Short

  42. def pmax(x: Short, y: Short): Option[Short]

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Definition Classes
    PartialOrder
  43. def pmin(x: Short, y: Short): Option[Short]

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Definition Classes
    PartialOrder
  44. def pow(a: Short, b: Int): Short

    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
    ShortIsEuclideanRingRigSemiring
  45. def quot(a: Short, b: Short): Short

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

    Definition Classes
    EuclideanRing
  47. def reverse: Order[Short]

    Defines an ordering on A where all arrows switch direction.

    Defines an ordering on A where all arrows switch direction.

    Definition Classes
    OrderPartialOrder
  48. def round(a: Short): Short

    Definition Classes
    IsIntegralIsReal
  49. def sign(a: Short): Sign

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Returns Zero if a is 0, Positive if a is positive, and Negative is a is negative.

    Definition Classes
    Signed
  50. def signum(a: Short): Int

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Returns 0 if a is 0, > 0 if a is positive, and < 0 is a is negative.

    Definition Classes
    ShortIsSignedSigned
  51. final def synchronized[T0](arg0: ⇒ T0): T0

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

  53. def toDouble(n: Short): Double

    Definition Classes
    ShortIsRealIsReal
  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. def tryCompare(x: Short, y: Short): Option[Int]

    Result of comparing x with y.

    Result of comparing x with y. Returns None if operands are not comparable. If operands are comparable, returns Some[Int] where the Int sign is: - negative iff x < y - zero iff x == y - positive iff x > y

    Definition Classes
    PartialOrder
  56. def tryGt(x: Short, y: Short): Option[Boolean]

    Definition Classes
    PartialOrder
  57. def tryGteqv(x: Short, y: Short): Option[Boolean]

    Definition Classes
    PartialOrder
  58. def tryLt(x: Short, y: Short): Option[Boolean]

    Definition Classes
    PartialOrder
  59. def tryLteqv(x: Short, y: Short): Option[Boolean]

    Definition Classes
    PartialOrder
  60. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. def zero: Short

    Definition Classes
    ShortIsEuclideanRingAdditiveMonoid

Inherited from Serializable

Inherited from Serializable

Inherited from ShortIsReal

Inherited from ShortIsSigned

Inherited from ShortOrder

Inherited from IsIntegral[Short]

Inherited from IsReal[Short]

Inherited from Signed[Short]

Inherited from Order[Short]

Inherited from PartialOrder[Short]

Inherited from Eq[Short]

Inherited from ShortIsEuclideanRing

Inherited from EuclideanRing[Short]

Inherited from CRing[Short]

Inherited from MultiplicativeCMonoid[Short]

Inherited from MultiplicativeCSemigroup[Short]

Inherited from Ring[Short]

Inherited from Rng[Short]

Inherited from AdditiveAbGroup[Short]

Inherited from AdditiveCMonoid[Short]

Inherited from AdditiveCSemigroup[Short]

Inherited from AdditiveGroup[Short]

Inherited from Rig[Short]

Inherited from MultiplicativeMonoid[Short]

Inherited from Semiring[Short]

Inherited from MultiplicativeSemigroup[Short]

Inherited from AdditiveMonoid[Short]

Inherited from AdditiveSemigroup[Short]

Inherited from AnyRef

Inherited from Any

Ungrouped