Packages

t

dsptools.numbers

DspRealOrder

trait DspRealOrder extends Order[DspReal] with hasContext

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DspRealOrder
  2. hasContext
  3. Order
  4. PartialOrder
  5. Eq
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]
    Definition Classes
    Any

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def compare(x: DspReal, y: DspReal): ComparisonBundle
    Definition Classes
    DspRealOrderOrder
  6. def context: DspContext
    Definition Classes
    hasContext
  7. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  8. def eqv(x: DspReal, y: DspReal): Bool

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

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

    Definition Classes
    DspRealOrderOrderPartialOrderEq
  9. def gt(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  10. def gteqv(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  11. def hashCode(): Int
    Definition Classes
    Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def lt(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  14. def lteqv(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  15. def max(x: DspReal, y: DspReal): DspReal
    Definition Classes
    Order
  16. def min(x: DspReal, y: DspReal): DspReal
    Definition Classes
    Order
  17. def neqv(x: DspReal, y: DspReal): Bool

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

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

    Definition Classes
    DspRealOrderEq
  18. def on[B <: Data](f: (B) ⇒ DspReal): 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
    OrderPartialOrderEq
  19. def partialCompare(x: DspReal, y: DspReal): ValidIO[ComparisonBundle]

    Result of comparing x with y.

    Result of comparing x with y. Returns ValidIO[ComparisonBundle] with valid false if operands are not comparable. If operands are comparable, bits.lt will be true if x < y and bits.eq will be true if x = y

    Definition Classes
    OrderPartialOrder
  20. def pmax(x: DspReal, y: DspReal): ValidIO[DspReal]

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Definition Classes
    PartialOrder
  21. def pmin(x: DspReal, y: DspReal): ValidIO[DspReal]

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Definition Classes
    PartialOrder
  22. def reverse: Order[DspReal]

    Defines an ordering on A where all arrows switch direction.

    Defines an ordering on A where all arrows switch direction.

    Definition Classes
    OrderPartialOrder
  23. def toString(): String
    Definition Classes
    Any

Inherited from hasContext

Inherited from Order[DspReal]

Inherited from PartialOrder[DspReal]

Inherited from Eq[DspReal]

Inherited from Any

Ungrouped