Packages

t

dsptools.numbers

DspRealReal

trait DspRealReal extends DspRealRing with DspRealIsReal with ConvertableToDspReal with ConvertableFromDspReal with BinaryRepresentationDspReal with RealBits[DspReal] with hasContext

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DspRealReal
  2. RealBits
  3. Real
  4. BinaryRepresentationDspReal
  5. BinaryRepresentation
  6. ConvertableFromDspReal
  7. ChiselConvertableFrom
  8. ConvertableToDspReal
  9. ConvertableTo
  10. ConvertableTo
  11. DspRealIsReal
  12. DspRealSigned
  13. DspRealOrder
  14. IsReal
  15. Signed
  16. Order
  17. PartialOrder
  18. Eq
  19. DspRealRing
  20. hasContext
  21. Ring
  22. Ring
  23. Rng
  24. AdditiveCommutativeGroup
  25. AdditiveGroup
  26. Rig
  27. MultiplicativeMonoid
  28. Semiring
  29. MultiplicativeSemigroup
  30. AdditiveCommutativeMonoid
  31. AdditiveCommutativeSemigroup
  32. AdditiveMonoid
  33. AdditiveSemigroup
  34. Serializable
  35. AnyRef
  36. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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

    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
    DspRealSignedSigned
  5. def additive: CommutativeGroup[DspReal]
    Definition Classes
    AdditiveCommutativeGroup → AdditiveCommutativeMonoid → AdditiveCommutativeSemigroup → AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  6. def asFixed(a: DspReal, proto: FixedPoint): FixedPoint
    Definition Classes
    DspRealRealChiselConvertableFrom
  7. def asFixed(a: DspReal): FixedPoint
    Definition Classes
    ChiselConvertableFrom
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asInterval(a: DspReal, proto: Interval): Interval
    Definition Classes
    DspRealRealChiselConvertableFrom
  10. def asInterval(a: DspReal): Interval
    Definition Classes
    ChiselConvertableFrom
  11. def asReal(a: DspReal): DspReal
  12. def ceil(a: DspReal): DspReal

    Rounds a the nearest integer that is greater than or equal to a.

    Rounds a the nearest integer that is greater than or equal to a.

    Definition Classes
    DspRealIsRealIsReal
  13. def clip(a: DspReal, b: DspReal): DspReal
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. def compare(x: DspReal, y: DspReal): ComparisonBundle
    Definition Classes
    DspRealOrderOrder
  16. def context: DspContext
    Definition Classes
    hasContext
  17. def context_abs(a: DspReal): DspReal
    Definition Classes
    DspRealSignedSigned
  18. def context_ceil(a: DspReal): DspReal
    Definition Classes
    DspRealIsReal
  19. def div2(a: DspReal, n: Int): DspReal
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. 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
  23. def floor(a: DspReal): DspReal

    Rounds a the nearest integer that is less than or equal to a.

    Rounds a the nearest integer that is less than or equal to a.

    Definition Classes
    DspRealIsRealIsReal
  24. def fromAlgebraic(a: Algebraic): DspReal
    Definition Classes
    Real → ConvertableTo
  25. def fromBigDecimal(n: BigDecimal): DspReal
    Definition Classes
    ConvertableToDspReal → ConvertableTo
  26. def fromBigInt(n: BigInt): DspReal
    Definition Classes
    DspRealRealConvertableToDspReal → ConvertableTo → Ring
  27. def fromByte(n: Byte): DspReal
    Definition Classes
    ConvertableToDspReal → ConvertableTo
  28. def fromDouble(d: Double, a: DspReal): DspReal
    Definition Classes
    ConvertableToDspRealConvertableTo
  29. def fromDouble(n: Double): DspReal
    Definition Classes
    ConvertableToDspReal → ConvertableTo
  30. def fromDoubleWithFixedWidth(d: Double, a: DspReal): DspReal
    Definition Classes
    ConvertableToDspRealConvertableTo
  31. def fromFloat(n: Float): DspReal
    Definition Classes
    ConvertableToDspReal → ConvertableTo
  32. def fromInt(n: Int): DspReal
    Definition Classes
    DspRealRealConvertableToDspReal → ConvertableTo → Ring
  33. def fromLong(n: Long): DspReal
    Definition Classes
    ConvertableToDspReal → ConvertableTo
  34. def fromRational(a: Rational): DspReal
    Definition Classes
    Real → ConvertableTo
  35. def fromReal(a: spire.math.Real): DspReal
    Definition Classes
    Real → ConvertableTo
  36. def fromShort(n: Short): DspReal
    Definition Classes
    ConvertableToDspReal → ConvertableTo
  37. def fromType[B](n: B)(implicit c: ConvertableFrom[B]): DspReal
    Definition Classes
    ConvertableToDspReal → ConvertableTo
  38. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def gt(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  40. def gteqv(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def intPart(a: DspReal): SInt
    Definition Classes
    DspRealRealChiselConvertableFrom
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def isOne(a: DspReal)(implicit ev: algebra.Eq[DspReal]): Boolean
    Definition Classes
    MultiplicativeMonoid
  45. def isSignNegative(a: DspReal): Bool
    Definition Classes
    DspRealSignedSigned
  46. def isSignNonNegative(a: DspReal): Bool
    Definition Classes
    Signed
  47. def isSignNonPositive(a: DspReal): Bool
    Definition Classes
    Signed
  48. def isSignNonZero(a: DspReal): Bool
    Definition Classes
    Signed
  49. def isSignPositive(a: DspReal): Bool
    Definition Classes
    Signed
  50. def isSignZero(a: DspReal): Bool
    Definition Classes
    DspRealSignedSigned
  51. def isWhole(a: DspReal): Bool

    Returns true iff a is a an integer.

    Returns true iff a is a an integer.

    Definition Classes
    DspRealIsRealIsReal
  52. def isZero(a: DspReal)(implicit ev: algebra.Eq[DspReal]): Boolean
    Definition Classes
    AdditiveMonoid
  53. def lt(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  54. def lteqv(x: DspReal, y: DspReal): Bool
    Definition Classes
    DspRealOrderOrderPartialOrder
  55. def max(x: DspReal, y: DspReal): DspReal
    Definition Classes
    Order
  56. def min(x: DspReal, y: DspReal): DspReal
    Definition Classes
    Order
  57. def minus(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRing → AdditiveGroup
  58. def minusContext(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRingRing
  59. def mul2(a: DspReal, n: Int): DspReal
    Definition Classes
    BinaryRepresentation
  60. def multiplicative: Monoid[DspReal]
    Definition Classes
    MultiplicativeMonoid → MultiplicativeSemigroup
  61. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  62. def negate(f: DspReal): DspReal
    Definition Classes
    DspRealRing → AdditiveGroup
  63. def negateContext(f: DspReal): DspReal
    Definition Classes
    DspRealRingRing
  64. 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
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  67. 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
  68. def one: DspReal
    Definition Classes
    DspRealRing → MultiplicativeMonoid
  69. 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
  70. def plus(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRing → AdditiveSemigroup
  71. def plusContext(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRingRing
  72. 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
  73. 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
  74. def positivePow(a: DspReal, n: Int): DspReal
    Attributes
    protected[this]
    Definition Classes
    MultiplicativeSemigroup
  75. def positiveSumN(a: DspReal, n: Int): DspReal
    Attributes
    protected[this]
    Definition Classes
    AdditiveSemigroup
  76. def pow(a: DspReal, n: Int): DspReal
    Definition Classes
    MultiplicativeMonoid → MultiplicativeSemigroup
  77. def product(as: TraversableOnce[DspReal]): DspReal
    Definition Classes
    MultiplicativeMonoid
  78. 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
  79. def round(a: DspReal): DspReal

    Rounds a to the nearest integer (When the fractional part is 0.5, tie breaking rounds to positive infinity i.e.

    Rounds a to the nearest integer (When the fractional part is 0.5, tie breaking rounds to positive infinity i.e. round half up)

    Definition Classes
    DspRealIsRealIsReal
  80. def shl(a: DspReal, n: UInt): DspReal
  81. def shl(a: DspReal, n: Int): DspReal
  82. def shr(a: DspReal, n: UInt): DspReal
  83. def shr(a: DspReal, n: Int): DspReal
  84. def sign(a: DspReal): 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
  85. def signBit(a: DspReal): Bool
    Definition Classes
    DspRealRealBinaryRepresentation
  86. def signum(a: DspReal): ComparisonBundle

    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
    DspRealSignedSigned
  87. def sum(as: TraversableOnce[DspReal]): DspReal
    Definition Classes
    AdditiveMonoid
  88. def sumN(a: DspReal, n: Int): DspReal
    Definition Classes
    AdditiveGroup → AdditiveMonoid → AdditiveSemigroup
  89. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  90. def times(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRing → MultiplicativeSemigroup
  91. def timesContext(f: DspReal, g: DspReal): DspReal
    Definition Classes
    DspRealRingRing
  92. def toString(): String
    Definition Classes
    AnyRef → Any
  93. def trimBinary(a: DspReal, n: Option[Int]): DspReal
  94. def trimBinary(a: DspReal, n: Int): DspReal
    Definition Classes
    BinaryRepresentation
  95. def truncate(a: DspReal): DspReal
    Definition Classes
    DspRealIsRealIsReal
  96. def tryProduct(as: TraversableOnce[DspReal]): Option[DspReal]
    Definition Classes
    MultiplicativeMonoid → MultiplicativeSemigroup
  97. def trySum(as: TraversableOnce[DspReal]): Option[DspReal]
    Definition Classes
    AdditiveMonoid → AdditiveSemigroup
  98. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  99. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  100. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  101. def zero: DspReal
    Definition Classes
    DspRealRing → AdditiveMonoid

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from RealBits[DspReal]

Inherited from Real[DspReal]

Inherited from ConvertableFromDspReal

Inherited from ConvertableToDspReal

Inherited from ConvertableTo[DspReal]

Inherited from spire.math.ConvertableTo[DspReal]

Inherited from DspRealIsReal

Inherited from DspRealSigned

Inherited from DspRealOrder

Inherited from IsReal[DspReal]

Inherited from Signed[DspReal]

Inherited from Order[DspReal]

Inherited from PartialOrder[DspReal]

Inherited from Eq[DspReal]

Inherited from DspRealRing

Inherited from hasContext

Inherited from Ring[DspReal]

Inherited from algebra.ring.Ring[DspReal]

Inherited from Rng[DspReal]

Inherited from Rig[DspReal]

Inherited from Semiring[DspReal]

Inherited from AdditiveMonoid[DspReal]

Inherited from AdditiveSemigroup[DspReal]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped