spire.std

BigIntAlgebra

class BigIntAlgebra extends BigIntIsEuclideanRing with BigIntIsNRoot with BigIntIsMetricSpace with BigIntIsReal with Serializable

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

Instance Constructors

  1. new BigIntAlgebra()

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: BigInt): BigInt

    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
    BigIntIsSignedSigned
  7. def additive: AbGroup[BigInt]

  8. final def asInstanceOf[T0]: T0

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

    Definition Classes
    IsIntegralIsReal
  10. def clone(): AnyRef

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

    Definition Classes
    BigIntOrderOrder
  12. def distance(v: BigInt, w: BigInt): BigInt

    Definition Classes
    BigIntIsMetricSpaceMetricSpace
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  15. def eqv(x: BigInt, y: BigInt): Boolean

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

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

    Definition Classes
    BigIntOrderOrderEq
  16. final def euclid(a: BigInt, b: BigInt)(implicit eq: Eq[BigInt]): BigInt

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

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

    Definition Classes
    IsIntegralIsReal
  19. def fpow(a: BigInt, b: BigInt): BigInt

    Definition Classes
    BigIntIsNRootNRoot
  20. def fromInt(n: Int): BigInt

    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
    BigIntIsEuclideanRingRing
  21. def gcd(a: BigInt, b: BigInt): BigInt

    Definition Classes
    BigIntIsEuclideanRingEuclideanRing
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def gt(x: BigInt, y: BigInt): Boolean

    Definition Classes
    BigIntOrderOrder
  24. def gteqv(x: BigInt, y: BigInt): Boolean

    Definition Classes
    BigIntOrderOrder
  25. def hashCode(): Int

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

    Definition Classes
    Any
  27. def isWhole(a: BigInt): Boolean

    Definition Classes
    IsIntegralIsReal
  28. def isZero(a: BigInt): Boolean

    Definition Classes
    Signed
  29. def lcm(a: BigInt, b: BigInt): BigInt

    Definition Classes
    EuclideanRing
  30. def lt(x: BigInt, y: BigInt): Boolean

    Definition Classes
    BigIntOrderOrder
  31. def lteqv(x: BigInt, y: BigInt): Boolean

    Definition Classes
    BigIntOrderOrder
  32. def max(x: BigInt, y: BigInt): BigInt

    Definition Classes
    BigIntOrderOrder
  33. def min(x: BigInt, y: BigInt): BigInt

    Definition Classes
    BigIntOrderOrder
  34. def minus(a: BigInt, b: BigInt): BigInt

    Definition Classes
    BigIntIsEuclideanRingAdditiveGroup
  35. def mod(a: BigInt, b: BigInt): BigInt

    Definition Classes
    BigIntIsEuclideanRingEuclideanRing
  36. def multiplicative: CMonoid[BigInt]

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

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

    Definition Classes
    BigIntIsEuclideanRingAdditiveGroup
  39. def neqv(x: BigInt, y: BigInt): Boolean

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

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

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

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

    Definition Classes
    AnyRef
  42. def nroot(a: BigInt, k: Int): BigInt

    Definition Classes
    BigIntIsNRootNRoot
  43. def on[B](f: (B) ⇒ BigInt): 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. val one: BigInt

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

  46. def pow(a: BigInt, b: Int): BigInt

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

    Definition Classes
    BigIntIsEuclideanRingEuclideanRing
  48. def quotmod(a: BigInt, b: BigInt): (BigInt, BigInt)

    Definition Classes
    BigIntIsEuclideanRingEuclideanRing
  49. def reverse: Order[BigInt]

    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: BigInt): BigInt

    Definition Classes
    IsIntegralIsReal
  51. def sign(a: BigInt): 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: BigInt): 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
    BigIntIsSignedSigned
  53. def sqrt(a: BigInt): BigInt

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

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

  56. def toDouble(n: BigInt): Double

    Definition Classes
    BigIntIsRealIsReal
  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. val zero: BigInt

    Definition Classes
    BigIntIsEuclideanRingAdditiveMonoid

Inherited from BigIntIsReal

Inherited from Serializable

Inherited from Serializable

Inherited from BigIntIsSigned

Inherited from BigIntOrder

Inherited from IsIntegral[BigInt]

Inherited from IsReal[BigInt]

Inherited from Signed[BigInt]

Inherited from Order[BigInt]

Inherited from Eq[BigInt]

Inherited from BigIntIsMetricSpace

Inherited from MetricSpace[BigInt, BigInt]

Inherited from BigIntIsNRoot

Inherited from NRoot[BigInt]

Inherited from BigIntIsEuclideanRing

Inherited from EuclideanRing[BigInt]

Inherited from CRing[BigInt]

Inherited from MultiplicativeCMonoid[BigInt]

Inherited from MultiplicativeCSemigroup[BigInt]

Inherited from Ring[BigInt]

Inherited from Rng[BigInt]

Inherited from AdditiveAbGroup[BigInt]

Inherited from AdditiveCMonoid[BigInt]

Inherited from AdditiveCSemigroup[BigInt]

Inherited from AdditiveGroup[BigInt]

Inherited from Rig[BigInt]

Inherited from MultiplicativeMonoid[BigInt]

Inherited from Semiring[BigInt]

Inherited from MultiplicativeSemigroup[BigInt]

Inherited from AdditiveMonoid[BigInt]

Inherited from AdditiveSemigroup[BigInt]

Inherited from AnyRef

Inherited from Any

Ungrouped