spire.math

GenRingInterval

abstract class GenRingInterval[T, U <: GenRingInterval[T, U]] extends GenInterval[T, U]

GenRingInterval is an interval whose T is a member of Ring.

This Ring[T] enables us to support the Ring operations over intervals, i.e. basic interval arithmetic. Obviously things like division are not included.

Linear Supertypes
GenInterval[T, U], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenRingInterval
  2. GenInterval
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenRingInterval()(implicit arg0: Order[T], arg1: Ring[T])

Abstract Value Members

  1. abstract def coerce(a: Bound[T], b: Bound[T]): U

    Attributes
    protected[this]
    Definition Classes
    GenInterval
  2. abstract def lower: Bound[T]

    Definition Classes
    GenInterval
  3. abstract def upper: Bound[T]

    Definition Classes
    GenInterval

Concrete 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. def *(rhs: T): U

  5. def *(rhs: U): U

  6. def +(rhs: T): U

  7. def +(rhs: U): U

  8. def -(rhs: T): U

  9. def -(rhs: U): U

  10. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. implicit def boundRingOps(b: Bound[T]): BoundRingOps[T]

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def contains(t: T): Boolean

    Definition Classes
    GenInterval
  16. def crosses(t: T): Boolean

    Definition Classes
    GenInterval
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  22. def isAbove(t: T): Boolean

    Definition Classes
    GenInterval
  23. def isAt(t: T): Boolean

    Definition Classes
    GenInterval
  24. def isBelow(t: T): Boolean

    Definition Classes
    GenInterval
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def mask(rhs: U): U

    Definition Classes
    GenInterval
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def pow(rhs: Int): U

  31. def split(t: T): (U, U)

    Definition Classes
    GenInterval
  32. def splitAtZero: (U, U)

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. def unary_-: U

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def zero: T

    Attributes
    protected[this]
    Annotations
    @inline()

Inherited from GenInterval[T, U]

Inherited from AnyRef

Inherited from Any

Ungrouped