spire.std

BigIntAlgebra

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

Annotations
@SerialVersionUID()
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: 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: 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
  5. def additive: AbGroup[BigInt]

  6. final def asInstanceOf[T0]: T0

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

    Definition Classes
    IsIntegralIsReal
  8. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. 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
  14. final def euclid(a: BigInt, b: BigInt)(implicit eq: Eq[BigInt]): BigInt

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

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

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

    Definition Classes
    BigIntIsNRootNRoot
  18. 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
  19. def gcd(a: BigInt, b: BigInt): BigInt

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

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

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

    Definition Classes
    BigIntOrderOrder
  23. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    BigIntIsEuclideanRingAdditiveGroup
  37. 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
  38. final def notify(): Unit

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

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

    Definition Classes
    BigIntIsNRootNRoot
  41. 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
  42. val one: BigInt

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

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

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

    Definition Classes
    BigIntIsEuclideanRingEuclideanRing
  47. 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
  48. def round(a: BigInt): BigInt

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

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

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

  54. def toDouble(n: BigInt): Double

    Definition Classes
    BigIntIsRealIsReal
  55. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. 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