basis.math.binary64

Integer

object Integer extends OrderedRing with AffineSpace with ZN

An ordered ring of 64-bit two's complement integer values.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Integer
  2. ZN
  3. FN
  4. VectorSpace
  5. AffineSpace
  6. OrderedRing
  7. Ring
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Element = Integer

    The type of elements in this module.

    The type of elements in this module.

    Definition Classes
    IntegerOrderedRingRing
  2. type Point = Integer

    The type of points in this module.

    The type of points in this module.

    Definition Classes
    IntegerAffineSpace
  3. type Scalar = Integer

    The type of scalars in this module.

    The type of scalars in this module.

    Definition Classes
    IntegerZNVectorSpaceAffineSpace
  4. trait Value extends Integer.Value with Integer.Value with Integer.Value

    A vector in this module.

  5. type Vector = Integer

    The type of vectors in this module.

    The type of vectors in this module.

    Definition Classes
    IntegerZNFNVectorSpaceAffineSpace

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. val Scalar: Integer.type

    Returns the scalar set of this module.

    Returns the scalar set of this module.

    Definition Classes
    IntegerZNVectorSpaceAffineSpace
  7. implicit def ScalarTag: ClassTag[Integer]

    Definition Classes
    ZNFN
  8. val Vector: Integer.type

    Returns the vector space underlying this module.

    Returns the vector space underlying this module.

    Definition Classes
    IntegerAffineSpace
  9. def apply(coords: Array[Integer]): Integer

    Returns a new vector with the given coordinates.

    Returns a new vector with the given coordinates.

    Definition Classes
    IntegerZNFN
  10. def apply(coords: Array[Long]): Integer

    Returns a new vector with the given Long coordinates.

    Returns a new vector with the given Long coordinates.

    Definition Classes
    IntegerZN
  11. implicit def apply(value: Long): Integer

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def dim: Int

    Returns the dimension of this module.

    Returns the dimension of this module.

    Definition Classes
    IntegerFN
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. def origin: Integer

    Returns the origin of this module.

    Returns the origin of this module.

    Definition Classes
    IntegerAffineSpace
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    Integer → AnyRef → Any
  27. def unit: Integer

    Returns the multiplicative identity of this module.

    Returns the multiplicative identity of this module.

    Definition Classes
    IntegerOrderedRingRing
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def zero: Integer

    Returns the additive identity of this module.

    Returns the additive identity of this module.

    Definition Classes
    IntegerZNFNVectorSpaceOrderedRingRing

Inherited from ZN

Inherited from FN

Inherited from VectorSpace

Inherited from AffineSpace

Inherited from OrderedRing

Inherited from Ring

Inherited from AnyRef

Inherited from Any

Ungrouped