Package

dsptools

numbers

Permalink

package numbers

Linear Supertypes
RingSyntax, RigSyntax, RngSyntax, AdditiveGroupSyntax, AdditiveMonoidSyntax, SemiringSyntax, MultiplicativeSemigroupSyntax, AdditiveSemigroupSyntax, AllImpl, DspComplexImpl, DspRealImpl, FixedPointImpl, SIntImpl, UIntImpl, AllSyntax, ContextualRingSyntax, BinaryRepresentationSyntax, ChiselConvertableFromSyntax, ConvertableToSyntax, IsIntegerSyntax, IsRealSyntax, SignedSyntax, OrderSyntax, PartialOrderSyntax, EqSyntax, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. numbers
  2. RingSyntax
  3. RigSyntax
  4. RngSyntax
  5. AdditiveGroupSyntax
  6. AdditiveMonoidSyntax
  7. SemiringSyntax
  8. MultiplicativeSemigroupSyntax
  9. AdditiveSemigroupSyntax
  10. AllImpl
  11. DspComplexImpl
  12. DspRealImpl
  13. FixedPointImpl
  14. SIntImpl
  15. UIntImpl
  16. AllSyntax
  17. ContextualRingSyntax
  18. BinaryRepresentationSyntax
  19. ChiselConvertableFromSyntax
  20. ConvertableToSyntax
  21. IsIntegerSyntax
  22. IsRealSyntax
  23. SignedSyntax
  24. OrderSyntax
  25. PartialOrderSyntax
  26. EqSyntax
  27. AnyRef
  28. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AdditiveGroup[T] = algebra.ring.AdditiveGroup[T]

    Permalink
  2. trait AllImpl extends UIntImpl with SIntImpl with FixedPointImpl with DspRealImpl with DspComplexImpl

    Permalink
  3. trait AllSyntax extends EqSyntax with PartialOrderSyntax with OrderSyntax with SignedSyntax with IsRealSyntax with IsIntegerSyntax with ConvertableToSyntax with ChiselConvertableFromSyntax with BinaryRepresentationSyntax with ContextualRingSyntax

    Permalink
  4. class BBFACos extends BlackboxOneOperand

    Permalink
  5. class BBFACosh extends BlackboxOneOperand

    Permalink
  6. class BBFASin extends BlackboxOneOperand

    Permalink
  7. class BBFASinh extends BlackboxOneOperand

    Permalink
  8. class BBFATan extends BlackboxOneOperand

    Permalink
  9. class BBFATan2 extends BlackboxTwoOperand

    Permalink
  10. class BBFATanh extends BlackboxOneOperand

    Permalink
  11. class BBFAdd extends BlackboxTwoOperand

    Permalink
  12. class BBFCeil extends BlackboxOneOperand

    Permalink
  13. class BBFCos extends BlackboxOneOperand

    Permalink
  14. class BBFCosh extends BlackboxOneOperand

    Permalink
  15. class BBFDivide extends BlackboxTwoOperand

    Permalink
  16. class BBFEquals extends BlackboxTwoOperandBool

    Permalink
  17. class BBFExp extends BlackboxOneOperand

    Permalink
  18. class BBFFloor extends BlackboxOneOperand

    Permalink
  19. class BBFFromInt extends BlackboxOneOperand

    Permalink
  20. class BBFGreaterThan extends BlackboxTwoOperandBool

    Permalink
  21. class BBFGreaterThanEquals extends BlackboxTwoOperandBool

    Permalink
  22. class BBFHypot extends BlackboxTwoOperand

    Permalink
  23. class BBFLessThan extends BlackboxTwoOperandBool

    Permalink
  24. class BBFLessThanEquals extends BlackboxTwoOperandBool

    Permalink
  25. class BBFLn extends BlackboxOneOperand

    Permalink

    Math operations from IEEE.1364-2005 *

  26. class BBFLog10 extends BlackboxOneOperand

    Permalink
  27. class BBFMultiply extends BlackboxTwoOperand

    Permalink
  28. class BBFNotEquals extends BlackboxTwoOperandBool

    Permalink
  29. class BBFPow extends BlackboxTwoOperand

    Permalink
  30. class BBFSin extends BlackboxOneOperand

    Permalink
  31. class BBFSinh extends BlackboxOneOperand

    Permalink
  32. class BBFSqrt extends BlackboxOneOperand

    Permalink
  33. class BBFSubtract extends BlackboxTwoOperand

    Permalink
  34. class BBFTan extends BlackboxOneOperand

    Permalink
  35. class BBFTanh extends BlackboxOneOperand

    Permalink
  36. class BBFToInt extends BlackboxOneOperand

    Permalink
  37. trait BinaryRepresentation[A <: Data] extends Any

    Permalink
  38. trait BinaryRepresentationDspReal extends BinaryRepresentation[DspReal] with hasContext

    Permalink
  39. trait BinaryRepresentationFixedPoint extends BinaryRepresentation[FixedPoint] with hasContext

    Permalink
  40. class BinaryRepresentationOps[A <: Data] extends AnyRef

    Permalink
  41. trait BinaryRepresentationSInt extends BinaryRepresentation[SInt] with hasContext

    Permalink
  42. trait BinaryRepresentationSyntax extends AnyRef

    Permalink
  43. trait BinaryRepresentationUInt extends BinaryRepresentation[UInt] with hasContext

    Permalink
  44. trait BlackBoxWithVerilog extends BlackBox with HasBlackBoxResource

    Permalink
  45. class BlackboxOneOperand extends BlackBox with BlackBoxWithVerilog

    Permalink
  46. class BlackboxTwoOperand extends BlackBox with BlackBoxWithVerilog

    Permalink
  47. class BlackboxTwoOperandBool extends BlackBox with BlackBoxWithVerilog

    Permalink
  48. type CMonoid[T] = CommutativeMonoid[T]

    Permalink
  49. trait ChiselConvertableFrom[A <: Data] extends Any

    Permalink
  50. class ChiselConvertableFromOps[A <: Data] extends AnyRef

    Permalink
  51. trait ChiselConvertableFromSyntax extends AnyRef

    Permalink
  52. class ComparisonBundle extends Bundle

    Permalink
  53. class ContextualRingOps[A <: Data] extends AnyRef

    Permalink
  54. trait ContextualRingSyntax extends AnyRef

    Permalink
  55. type ConvertableFrom[T] = spire.math.ConvertableFrom[T]

    Permalink
  56. trait ConvertableFromDspReal extends ChiselConvertableFrom[DspReal] with hasContext

    Permalink
  57. trait ConvertableFromFixedPoint extends ChiselConvertableFrom[FixedPoint] with hasContext

    Permalink
  58. trait ConvertableFromSInt extends ChiselConvertableFrom[SInt] with hasContext

    Permalink
  59. trait ConvertableFromUInt extends ChiselConvertableFrom[UInt] with hasContext

    Permalink
  60. trait ConvertableTo[A <: Data] extends spire.math.ConvertableTo[A]

    Permalink
  61. trait ConvertableToDspReal extends ConvertableTo[DspReal] with hasContext

    Permalink
  62. trait ConvertableToFixedPoint extends ConvertableTo[FixedPoint] with hasContext

    Permalink
  63. class ConvertableToOps[A <: Data] extends AnyRef

    Permalink
  64. trait ConvertableToSInt extends ConvertableTo[SInt] with hasContext

    Permalink
  65. trait ConvertableToSyntax extends AnyRef

    Permalink
  66. trait ConvertableToUInt extends ConvertableTo[UInt] with hasContext

    Permalink
  67. trait DspBlackBlackBoxImpl extends BlackBoxImplementation with ScalaBlackBox

    Permalink
  68. class DspComplex[T <: Data] extends Bundle

    Permalink
  69. class DspComplexBinaryRepresentation[T <: Data] extends BinaryRepresentation[DspComplex[T]] with hasContext

    Permalink
  70. class DspComplexEq[T <: Data] extends Eq[DspComplex[T]] with hasContext

    Permalink
  71. trait DspComplexImpl extends AnyRef

    Permalink
  72. class DspComplexRing[T <: Data] extends Ring[DspComplex[T]] with hasContext

    Permalink
  73. class DspReal extends Bundle

    Permalink
  74. class DspRealACos extends DspRealOneArgumentToDouble

    Permalink
  75. class DspRealACosh extends DspRealOneArgumentToDouble

    Permalink
  76. class DspRealASin extends DspRealOneArgumentToDouble

    Permalink
  77. class DspRealASinh extends DspRealOneArgumentToDouble

    Permalink
  78. class DspRealATan extends DspRealOneArgumentToDouble

    Permalink
  79. class DspRealATan2 extends DspRealTwoArgumentToDouble

    Permalink
  80. class DspRealATanh extends DspRealOneArgumentToDouble

    Permalink
  81. class DspRealAdd extends DspRealTwoArgumentToDouble

    Permalink
  82. class DspRealCeil extends DspRealOneArgumentToDouble

    Permalink
  83. class DspRealCos extends DspRealOneArgumentToDouble

    Permalink
  84. class DspRealCosh extends DspRealOneArgumentToDouble

    Permalink
  85. class DspRealDivide extends DspRealTwoArgumentToDouble

    Permalink
  86. class DspRealEquals extends DspRealTwoArgumentToBoolean

    Permalink
  87. class DspRealExp extends DspRealOneArgumentToDouble

    Permalink
  88. class DspRealFactory extends BlackBoxFactory

    Permalink
  89. class DspRealFloor extends DspRealOneArgumentToDouble

    Permalink
  90. class DspRealFromInt extends BlackBoxImplementation with DspBlackBlackBoxImpl

    Permalink
  91. class DspRealGreaterThan extends DspRealTwoArgumentToBoolean

    Permalink
  92. class DspRealGreaterThanEquals extends DspRealTwoArgumentToBoolean

    Permalink
  93. class DspRealHypot extends DspRealTwoArgumentToDouble

    Permalink
  94. trait DspRealImpl extends AnyRef

    Permalink
  95. trait DspRealIsReal extends IsReal[DspReal] with DspRealOrder with DspRealSigned with hasContext

    Permalink
  96. class DspRealLessThan extends DspRealTwoArgumentToBoolean

    Permalink
  97. class DspRealLessThanEquals extends DspRealTwoArgumentToBoolean

    Permalink
  98. class DspRealLn extends DspRealOneArgumentToDouble

    Permalink

    Math operations from IEEE.1364-2005 *

  99. class DspRealLog10 extends DspRealOneArgumentToDouble

    Permalink
  100. class DspRealMultiply extends DspRealTwoArgumentToDouble

    Permalink
  101. class DspRealNotEquals extends DspRealTwoArgumentToBoolean

    Permalink
  102. abstract class DspRealOneArgumentToDouble extends BlackBoxImplementation with DspBlackBlackBoxImpl

    Permalink
  103. trait DspRealOrder extends Order[DspReal] with hasContext

    Permalink
  104. class DspRealPow extends DspRealTwoArgumentToDouble

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

    Permalink
  106. trait DspRealRing extends Ring[DspReal] with hasContext

    Permalink
  107. trait DspRealSigned extends Signed[DspReal] with DspRealRing with hasContext

    Permalink
  108. class DspRealSin extends DspRealOneArgumentToDouble

    Permalink
  109. class DspRealSinh extends DspRealOneArgumentToDouble

    Permalink
  110. class DspRealSqrt extends DspRealOneArgumentToDouble

    Permalink
  111. class DspRealSubtract extends DspRealTwoArgumentToDouble

    Permalink
  112. class DspRealTan extends DspRealOneArgumentToDouble

    Permalink
  113. class DspRealTanh extends DspRealOneArgumentToDouble

    Permalink
  114. class DspRealToInt extends BlackBoxImplementation with DspBlackBlackBoxImpl

    Permalink
  115. abstract class DspRealTwoArgumentToBoolean extends BlackBoxImplementation with DspBlackBlackBoxImpl

    Permalink
  116. abstract class DspRealTwoArgumentToDouble extends BlackBoxImplementation with DspBlackBlackBoxImpl

    Permalink
  117. trait Eq[A <: Data] extends Any

    Permalink

    A type class used to determine equality between 2 instances of the same type.

    A type class used to determine equality between 2 instances of the same type. Any 2 instances x and y are equal if eqv(x, y) is true. Moreover, eqv should form an equivalence relation.

  118. final class EqOps[A <: Data] extends AnyRef

    Permalink

    Much of this is drawn from non/spire, but using Chisel Bools instead of Java Bools.

    Much of this is drawn from non/spire, but using Chisel Bools instead of Java Bools. I suppose a more general solution would be generic in return type, but the use cases there seem obscure.

  119. trait EqSyntax extends AnyRef

    Permalink
  120. type Field[T] = spire.algebra.Field[T]

    Permalink
  121. trait FixedPointImpl extends AnyRef

    Permalink
  122. trait FixedPointIsReal extends IsReal[FixedPoint] with FixedPointOrder with FixedPointSigned with hasContext

    Permalink
  123. trait FixedPointOrder extends Order[FixedPoint] with hasContext

    Permalink
  124. trait FixedPointReal extends FixedPointRing with FixedPointIsReal with ConvertableToFixedPoint with ConvertableFromFixedPoint with BinaryRepresentationFixedPoint with RealBits[FixedPoint] with hasContext

    Permalink
  125. trait FixedPointRing extends Ring[FixedPoint] with hasContext

    Permalink

    Defines basic math functions for FixedPoint numbers

  126. trait FixedPointSigned extends Signed[FixedPoint] with hasContext

    Permalink
  127. trait Integer[A <: Data] extends Real[A] with IsIntegral[A]

    Permalink

    Much of this is drawn from non/spire, but using Chisel Bools instead of Java Bools.

    Much of this is drawn from non/spire, but using Chisel Bools instead of Java Bools. I suppose a more general solution would be generic in return type, but the use cases there seem obscure.

  128. trait IntegerBits[A <: Data] extends RealBits[A] with Integer[A]

    Permalink
  129. class IsIntegerOps[A <: Data] extends AnyRef

    Permalink
  130. trait IsIntegerSyntax extends IsRealSyntax

    Permalink
  131. trait IsIntegral[A <: Data] extends IsReal[A]

    Permalink
  132. trait IsReal[A <: Data] extends Order[A] with Signed[A]

    Permalink

    A simple type class for numeric types that are a subset of the reals.

  133. final class IsRealOps[A <: Data] extends AnyRef

    Permalink
  134. trait IsRealSyntax extends OrderSyntax with SignedSyntax

    Permalink
  135. type MultiplicativeAction[T, U] = spire.algebra.MultiplicativeAction[T, U]

    Permalink
  136. type MultiplicativeCMonoid[T] = MultiplicativeCommutativeMonoid[T]

    Permalink
  137. trait Order[A <: Data] extends PartialOrder[A]

    Permalink

    The Order type class is used to define a total ordering on some type A.

    The Order type class is used to define a total ordering on some type A. An order is defined by a relation <=, which obeys the following laws:

    - either x <= y or y <= x (totality) - if x <= y and y <= x, then x == y (antisymmetry) - if x <= y and y <= z, then x <= z (transitivity)

    The truth table for compare is defined as follows:

    x <= y x >= y Int true true = 0 (corresponds to x == y) true false < 0 (corresponds to x < y) false true > 0 (corresponds to x > y)

    By the totality law, x <= y and y <= x cannot be both false.

  138. final class OrderOps[A <: Data] extends AnyRef

    Permalink
  139. trait OrderSyntax extends PartialOrderSyntax

    Permalink
  140. trait PartialOrder[A <: Data] extends Eq[A]

    Permalink

    The PartialOrder type class is used to define a partial ordering on some type A.

    The PartialOrder type class is used to define a partial ordering on some type A.

    A partial order is defined by a relation <=, which obeys the following laws:

    - x <= x (reflexivity) - if x <= y and y <= x, then x === y (anti-symmetry) - if x <= y and y <= z, then x <= z (transitivity)

    To compute both <= and >= at the same time, we use a Double number to encode the result of the comparisons x <= y and x >= y. The truth table is defined as follows:

    x <= y x >= y Double true true = 0.0 (corresponds to x === y) false false = NaN (x and y cannot be compared) true false = -1.0 (corresponds to x < y) false true = 1.0 (corresponds to x > y)

  141. final class PartialOrderOps[A <: Data] extends AnyRef

    Permalink
  142. trait PartialOrderSyntax extends EqSyntax

    Permalink
  143. trait Real[A <: Data] extends Ring[A] with ConvertableTo[A] with IsReal[A]

    Permalink
  144. trait RealBits[A <: Data] extends Real[A] with ChiselConvertableFrom[A] with BinaryRepresentation[A]

    Permalink
  145. trait Ring[A] extends spire.algebra.Ring[A]

    Permalink
  146. trait SIntImpl extends AnyRef

    Permalink
  147. trait SIntInteger extends SIntRing with SIntIsReal with ConvertableToSInt with ConvertableFromSInt with BinaryRepresentationSInt with IntegerBits[SInt] with hasContext

    Permalink
  148. trait SIntIsReal extends IsIntegral[SInt] with SIntOrder with SIntSigned with hasContext

    Permalink
  149. trait SIntOrder extends Order[SInt] with hasContext

    Permalink
  150. trait SIntRing extends Ring[SInt] with hasContext

    Permalink

    Defines basic math functions for SInt

  151. trait SIntSigned extends Signed[SInt] with hasContext

    Permalink
  152. sealed class Sign extends Bundle

    Permalink

    A simple ADT representing the Sign of an object.

  153. trait Signed[A] extends Any

    Permalink

    A trait for things that have some notion of sign and the ability to ensure something has a positive sign.

  154. final class SignedOps[A] extends AnyRef

    Permalink
  155. trait SignedSyntax extends AnyRef

    Permalink
  156. class TreadleDspRealFactory extends ScalaBlackBoxFactory

    Permalink
  157. trait UIntImpl extends AnyRef

    Permalink
  158. trait UIntInteger extends UIntRing with UIntIsReal with ConvertableToUInt with ConvertableFromUInt with BinaryRepresentationUInt with IntegerBits[UInt] with hasContext

    Permalink
  159. trait UIntIsReal extends IsIntegral[UInt] with UIntOrder with UIntSigned with hasContext

    Permalink
  160. trait UIntOrder extends Order[UInt] with hasContext

    Permalink
  161. trait UIntRing extends Ring[UInt] with hasContext

    Permalink

    Defines basic math functions for UInt

  162. trait UIntSigned extends Signed[UInt] with hasContext

    Permalink

Value Members

  1. object BinaryRepresentation

    Permalink
  2. object ChiselConvertableFrom

    Permalink
  3. object ComparisonHelper

    Permalink
  4. object ConvertableTo

    Permalink
  5. object DspComplex

    Permalink
  6. implicit def DspComplexBinaryRepresentation[T <: Data](implicit arg0: Ring[T], arg1: BinaryRepresentation[T]): DspComplexBinaryRepresentation[T]

    Permalink
    Definition Classes
    DspComplexImpl
  7. implicit def DspComplexEq[T <: Data](implicit arg0: Eq[T]): DspComplexEq[T]

    Permalink
    Definition Classes
    DspComplexImpl
  8. implicit def DspComplexRingImpl[T <: Data](implicit arg0: Ring[T]): DspComplexRing[T]

    Permalink
    Definition Classes
    DspComplexImpl
  9. object DspReal

    Permalink
  10. implicit object DspRealRealImpl extends DspRealReal

    Permalink
    Definition Classes
    DspRealImpl
  11. object Eq

    Permalink
  12. implicit object FixedPointRealImpl extends FixedPointReal

    Permalink
    Definition Classes
    FixedPointImpl
  13. object Integer extends Serializable

    Permalink
  14. object IntegerBits extends Serializable

    Permalink
  15. object IsIntegral

    Permalink
  16. object IsReal

    Permalink
  17. val Multiplicative: spire.algebra.Multiplicative.type

    Permalink
  18. object Order

    Permalink
  19. object PartialOrder

    Permalink
  20. object Real extends Serializable

    Permalink
  21. object RealBits extends Serializable

    Permalink
  22. object RealTrig

    Permalink
  23. object Ring extends Serializable

    Permalink
  24. implicit object SIntIntegerImpl extends SIntInteger

    Permalink
    Definition Classes
    SIntImpl
  25. object Sign

    Permalink
  26. object Signed

    Permalink
  27. object TrigUtility

    Permalink
  28. implicit object UIntIntegerImpl extends UIntInteger

    Permalink
    Definition Classes
    UIntImpl
  29. implicit def additiveGroupOps[A](a: A)(implicit arg0: spire.algebra.AdditiveGroup[A]): AdditiveGroupOps[A]

    Permalink
    Definition Classes
    AdditiveGroupSyntax
  30. implicit def additiveMonoidOps[A](a: A)(implicit ev: AdditiveMonoid[A]): AdditiveMonoidOps[A]

    Permalink
    Definition Classes
    AdditiveMonoidSyntax
  31. implicit def additiveSemigroupOps[A](a: A)(implicit arg0: AdditiveSemigroup[A]): AdditiveSemigroupOps[A]

    Permalink
    Definition Classes
    AdditiveSemigroupSyntax
  32. implicit def binaryRepresentationOps[A <: Data](a: A)(implicit arg0: BinaryRepresentation[A]): BinaryRepresentationOps[A]

    Permalink
    Definition Classes
    BinaryRepresentationSyntax
  33. implicit def chiselConvertableFromOps[A <: Data](a: A)(implicit arg0: ChiselConvertableFrom[A]): ChiselConvertableFromOps[A]

    Permalink
    Definition Classes
    ChiselConvertableFromSyntax
  34. implicit def contextualRingOps[A <: Data](a: A)(implicit arg0: Ring[A]): ContextualRingOps[A]

    Permalink
    Definition Classes
    ContextualRingSyntax
  35. implicit def convertableToOps[A <: Data](a: A)(implicit arg0: ConvertableTo[A]): ConvertableToOps[A]

    Permalink
    Definition Classes
    ConvertableToSyntax
  36. implicit def eqOps[A <: Data](a: A)(implicit arg0: Eq[A]): EqOps[A]

    Permalink
    Definition Classes
    EqSyntax
  37. object implicits extends AllSyntax with AllImpl with spire.syntax.AllSyntax

    Permalink
  38. implicit def isIntegerOps[A <: Data](a: A)(implicit arg0: IsIntegral[A]): IsIntegerOps[A]

    Permalink
    Definition Classes
    IsIntegerSyntax
  39. implicit def isRealOps[A <: Data](a: A)(implicit arg0: IsReal[A]): IsRealOps[A]

    Permalink
    Definition Classes
    IsRealSyntax
  40. implicit def literalDoubleAdditiveGroupOps(lhs: Double): LiteralDoubleAdditiveGroupOps

    Permalink
    Definition Classes
    AdditiveGroupSyntax
  41. implicit def literalDoubleAdditiveSemigroupOps(lhs: Double): LiteralDoubleAdditiveSemigroupOps

    Permalink
    Definition Classes
    AdditiveSemigroupSyntax
  42. implicit def literalDoubleMultiplicativeSemigroupOps(lhs: Double): LiteralDoubleMultiplicativeSemigroupOps

    Permalink
    Definition Classes
    MultiplicativeSemigroupSyntax
  43. implicit def literalIntAdditiveGroupOps(lhs: Int): LiteralIntAdditiveGroupOps

    Permalink
    Definition Classes
    AdditiveGroupSyntax
  44. implicit def literalIntAdditiveSemigroupOps(lhs: Int): LiteralIntAdditiveSemigroupOps

    Permalink
    Definition Classes
    AdditiveSemigroupSyntax
  45. implicit def literalIntMultiplicativeSemigroupOps(lhs: Int): LiteralIntMultiplicativeSemigroupOps

    Permalink
    Definition Classes
    MultiplicativeSemigroupSyntax
  46. implicit def literalLongAdditiveGroupOps(lhs: Long): LiteralLongAdditiveGroupOps

    Permalink
    Definition Classes
    AdditiveGroupSyntax
  47. implicit def literalLongAdditiveSemigroupOps(lhs: Long): LiteralLongAdditiveSemigroupOps

    Permalink
    Definition Classes
    AdditiveSemigroupSyntax
  48. implicit def literalLongMultiplicativeSemigroupOps(lhs: Long): LiteralLongMultiplicativeSemigroupOps

    Permalink
    Definition Classes
    MultiplicativeSemigroupSyntax
  49. implicit def multiplicativeSemigroupOps[A](a: A)(implicit arg0: MultiplicativeSemigroup[A]): MultiplicativeSemigroupOps[A]

    Permalink
    Definition Classes
    MultiplicativeSemigroupSyntax
  50. implicit def orderOps[A <: Data](a: A)(implicit arg0: Order[A]): OrderOps[A]

    Permalink
    Definition Classes
    OrderSyntax
  51. implicit def partialOrderOps[A <: Data](a: A)(implicit arg0: PartialOrder[A]): PartialOrderOps[A]

    Permalink
    Definition Classes
    PartialOrderSyntax
  52. implicit def semiringOps[A](a: A)(implicit arg0: Semiring[A]): SemiringOps[A]

    Permalink
    Definition Classes
    SemiringSyntax
  53. implicit def signedOps[A <: Data](a: A)(implicit arg0: Signed[A]): SignedOps[A]

    Permalink
    Definition Classes
    SignedSyntax

Inherited from RingSyntax

Inherited from RigSyntax

Inherited from RngSyntax

Inherited from AdditiveGroupSyntax

Inherited from AdditiveMonoidSyntax

Inherited from SemiringSyntax

Inherited from MultiplicativeSemigroupSyntax

Inherited from AdditiveSemigroupSyntax

Inherited from AllImpl

Inherited from DspComplexImpl

Inherited from DspRealImpl

Inherited from FixedPointImpl

Inherited from SIntImpl

Inherited from UIntImpl

Inherited from AllSyntax

Inherited from ContextualRingSyntax

Inherited from ConvertableToSyntax

Inherited from IsIntegerSyntax

Inherited from IsRealSyntax

Inherited from SignedSyntax

Inherited from OrderSyntax

Inherited from PartialOrderSyntax

Inherited from EqSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped