spire.std

IntAlgebra

class IntAlgebra extends IntIsEuclideanRing with IntIsNRoot with IntIsReal with Serializable

Annotations
@SerialVersionUID( 0L )
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntAlgebra
  2. Serializable
  3. Serializable
  4. IntIsReal
  5. IntIsSigned
  6. IntOrder
  7. IsIntegral
  8. IsReal
  9. Signed
  10. Order
  11. Eq
  12. IntIsNRoot
  13. NRoot
  14. IntIsEuclideanRing
  15. EuclideanRing
  16. CRing
  17. MultiplicativeCMonoid
  18. MultiplicativeCSemigroup
  19. Ring
  20. Rng
  21. AdditiveAbGroup
  22. AdditiveCMonoid
  23. AdditiveCSemigroup
  24. AdditiveGroup
  25. Rig
  26. MultiplicativeMonoid
  27. Semiring
  28. MultiplicativeSemigroup
  29. AdditiveMonoid
  30. AdditiveSemigroup
  31. AnyRef
  32. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntAlgebra()

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

    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
    IntIsSignedSigned
  7. def additive: AbGroup[Int]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def ceil(a: Int): Int

    Definition Classes
    IsIntegralIsReal
  10. def clone(): AnyRef

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

    Definition Classes
    IntOrderOrder
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def eqv(x: Int, y: Int): Boolean

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

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

    Definition Classes
    IntOrderOrderEq
  15. final def euclid(a: Int, b: Int)(implicit eq: Eq[Int]): Int

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

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

    Definition Classes
    IsIntegralIsReal
  18. def fpow(a: Int, b: Int): Int

    Definition Classes
    IntIsNRootNRoot
  19. def fromInt(n: Int): Int

    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
    IntIsEuclideanRingRing
  20. def gcd(a: Int, b: Int): Int

    Definition Classes
    IntIsEuclideanRingEuclideanRing
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def gt(x: Int, y: Int): Boolean

    Definition Classes
    IntOrderOrder
  23. def gteqv(x: Int, y: Int): Boolean

    Definition Classes
    IntOrderOrder
  24. def hashCode(): Int

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

    Definition Classes
    Any
  26. def isWhole(a: Int): Boolean

    Definition Classes
    IsIntegralIsReal
  27. def isZero(a: Int): Boolean

    Definition Classes
    Signed
  28. def lcm(a: Int, b: Int): Int

    Definition Classes
    EuclideanRing
  29. def log(a: Int): Int

    Definition Classes
    IntIsNRoot
  30. def lt(x: Int, y: Int): Boolean

    Definition Classes
    IntOrderOrder
  31. def lteqv(x: Int, y: Int): Boolean

    Definition Classes
    IntOrderOrder
  32. def max(x: Int, y: Int): Int

    Definition Classes
    Order
  33. def min(x: Int, y: Int): Int

    Definition Classes
    Order
  34. def minus(a: Int, b: Int): Int

    Definition Classes
    IntIsEuclideanRingAdditiveGroup
  35. def mod(a: Int, b: Int): Int

    Definition Classes
    IntIsEuclideanRingEuclideanRing
  36. def multiplicative: CMonoid[Int]

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

    Definition Classes
    AnyRef
  38. def negate(a: Int): Int

    Definition Classes
    IntIsEuclideanRingAdditiveGroup
  39. def neqv(x: Int, y: Int): Boolean

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

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

    Definition Classes
    IntOrderEq
  40. final def notify(): Unit

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

    Definition Classes
    AnyRef
  42. def nroot(x: Int, n: Int): Int

    Definition Classes
    IntIsNRootNRoot
  43. def on[B](f: (B) ⇒ Int): 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
    OrderEq
  44. def one: Int

  45. def plus(a: Int, b: Int): Int

    Definition Classes
    IntIsEuclideanRingAdditiveSemigroup
  46. def pow(a: Int, b: Int): Int

    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
    IntIsEuclideanRingRigSemiring
  47. def quot(a: Int, b: Int): Int

    Definition Classes
    IntIsEuclideanRingEuclideanRing
  48. def quotmod(a: Int, b: Int): (Int, Int)

    Definition Classes
    EuclideanRing
  49. def reverse: Order[Int]

    Defines an ordering on A where all arrows switch direction.

    Defines an ordering on A where all arrows switch direction.

    Definition Classes
    Order
  50. def round(a: Int): Int

    Definition Classes
    IsIntegralIsReal
  51. def sign(a: Int): 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
  52. def signum(a: Int): 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
    IntIsSignedSigned
  53. def sqrt(a: Int): Int

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

    Definition Classes
    AnyRef
  55. def times(a: Int, b: Int): Int

  56. def toDouble(n: Int): Double

    Definition Classes
    IntIsRealIsReal
  57. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def zero: Int

    Definition Classes
    IntIsEuclideanRingAdditiveMonoid

Inherited from Serializable

Inherited from Serializable

Inherited from IntIsReal

Inherited from IntIsSigned

Inherited from IntOrder

Inherited from IsIntegral[Int]

Inherited from IsReal[Int]

Inherited from Signed[Int]

Inherited from Order[Int]

Inherited from Eq[Int]

Inherited from IntIsNRoot

Inherited from NRoot[Int]

Inherited from IntIsEuclideanRing

Inherited from EuclideanRing[Int]

Inherited from CRing[Int]

Inherited from MultiplicativeCMonoid[Int]

Inherited from MultiplicativeCSemigroup[Int]

Inherited from Ring[Int]

Inherited from Rng[Int]

Inherited from AdditiveAbGroup[Int]

Inherited from AdditiveCMonoid[Int]

Inherited from AdditiveCSemigroup[Int]

Inherited from AdditiveGroup[Int]

Inherited from Rig[Int]

Inherited from MultiplicativeMonoid[Int]

Inherited from Semiring[Int]

Inherited from MultiplicativeSemigroup[Int]

Inherited from AdditiveMonoid[Int]

Inherited from AdditiveSemigroup[Int]

Inherited from AnyRef

Inherited from Any

Ungrouped