Package

dsptools

numbers

Permalink

package numbers

Linear Supertypes
RingSyntax, RigSyntax, RngSyntax, AdditiveGroupSyntax, AdditiveMonoidSyntax, SemiringSyntax, MultiplicativeSemigroupSyntax, AdditiveSemigroupSyntax, AllImpl, DspComplexImpl, GenericDspComplexImpl, DspRealImpl, FixedPointImpl, IntervalImpl, 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. GenericDspComplexImpl
  13. DspRealImpl
  14. FixedPointImpl
  15. IntervalImpl
  16. SIntImpl
  17. UIntImpl
  18. AllSyntax
  19. ContextualRingSyntax
  20. BinaryRepresentationSyntax
  21. ChiselConvertableFromSyntax
  22. ConvertableToSyntax
  23. IsIntegerSyntax
  24. IsRealSyntax
  25. SignedSyntax
  26. OrderSyntax
  27. PartialOrderSyntax
  28. EqSyntax
  29. AnyRef
  30. 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 IntervalImpl 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 GenericDspComplexImpl

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

    Permalink
  73. class DspComplexRingData[T <: Data] extends DspComplexRing[T]

    Permalink
  74. class DspComplexRingFixed extends DspComplexRing[FixedPoint]

    Permalink
  75. class DspComplexRingSInt extends DspComplexRing[SInt]

    Permalink
  76. class DspComplexRingUInt extends DspComplexRing[UInt]

    Permalink
  77. class DspReal extends Bundle

    Permalink
  78. class DspRealACos extends DspRealOneArgumentToDouble

    Permalink
  79. class DspRealACosh extends DspRealOneArgumentToDouble

    Permalink
  80. class DspRealASin extends DspRealOneArgumentToDouble

    Permalink
  81. class DspRealASinh extends DspRealOneArgumentToDouble

    Permalink
  82. class DspRealATan extends DspRealOneArgumentToDouble

    Permalink
  83. class DspRealATan2 extends DspRealTwoArgumentToDouble

    Permalink
  84. class DspRealATanh extends DspRealOneArgumentToDouble

    Permalink
  85. class DspRealAdd extends DspRealTwoArgumentToDouble

    Permalink
  86. class DspRealCeil extends DspRealOneArgumentToDouble

    Permalink
  87. class DspRealCos extends DspRealOneArgumentToDouble

    Permalink
  88. class DspRealCosh extends DspRealOneArgumentToDouble

    Permalink
  89. class DspRealDivide extends DspRealTwoArgumentToDouble

    Permalink
  90. class DspRealEquals extends DspRealTwoArgumentToBoolean

    Permalink
  91. class DspRealExp extends DspRealOneArgumentToDouble

    Permalink
  92. class DspRealFactory extends BlackBoxFactory

    Permalink
  93. class DspRealFloor extends DspRealOneArgumentToDouble

    Permalink
  94. class DspRealFromInt extends BlackBoxImplementation with DspBlackBlackBoxImpl

    Permalink
  95. class DspRealGreaterThan extends DspRealTwoArgumentToBoolean

    Permalink
  96. class DspRealGreaterThanEquals extends DspRealTwoArgumentToBoolean

    Permalink
  97. class DspRealHypot extends DspRealTwoArgumentToDouble

    Permalink
  98. trait DspRealImpl extends AnyRef

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

    Permalink
  100. class DspRealLessThan extends DspRealTwoArgumentToBoolean

    Permalink
  101. class DspRealLessThanEquals extends DspRealTwoArgumentToBoolean

    Permalink
  102. class DspRealLn extends DspRealOneArgumentToDouble

    Permalink

    Math operations from IEEE.1364-2005 *

  103. class DspRealLog10 extends DspRealOneArgumentToDouble

    Permalink
  104. class DspRealMultiply extends DspRealTwoArgumentToDouble

    Permalink
  105. class DspRealNotEquals extends DspRealTwoArgumentToBoolean

    Permalink
  106. abstract class DspRealOneArgumentToDouble extends BlackBoxImplementation with DspBlackBlackBoxImpl

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

    Permalink
  108. class DspRealPow extends DspRealTwoArgumentToDouble

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

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

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

    Permalink
  112. class DspRealSin extends DspRealOneArgumentToDouble

    Permalink
  113. class DspRealSinh extends DspRealOneArgumentToDouble

    Permalink
  114. class DspRealSqrt extends DspRealOneArgumentToDouble

    Permalink
  115. class DspRealSubtract extends DspRealTwoArgumentToDouble

    Permalink
  116. class DspRealTan extends DspRealOneArgumentToDouble

    Permalink
  117. class DspRealTanh extends DspRealOneArgumentToDouble

    Permalink
  118. class DspRealToInt extends BlackBoxImplementation with DspBlackBlackBoxImpl

    Permalink
  119. abstract class DspRealTwoArgumentToBoolean extends BlackBoxImplementation with DspBlackBlackBoxImpl

    Permalink
  120. abstract class DspRealTwoArgumentToDouble extends BlackBoxImplementation with DspBlackBlackBoxImpl

    Permalink
  121. 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.

  122. 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.

  123. trait EqSyntax extends AnyRef

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

    Permalink
  125. trait FixedPointImpl extends AnyRef

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

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

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

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

    Permalink

    Defines basic math functions for FixedPoint numbers

  130. trait FixedPointSigned extends Signed[FixedPoint] with hasContext

    Permalink
  131. trait GenericDspComplexImpl extends AnyRef

    Permalink
  132. 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.

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

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

    Permalink
  135. trait IsIntegerSyntax extends IsRealSyntax

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

    Permalink
  137. 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.

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

    Permalink
  139. trait IsRealSyntax extends OrderSyntax with SignedSyntax

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

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

    Permalink
  142. 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.

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

    Permalink
  144. trait OrderSyntax extends PartialOrderSyntax

    Permalink
  145. 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)

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

    Permalink
  147. trait PartialOrderSyntax extends EqSyntax

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

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

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

    Permalink
  151. trait SIntImpl extends AnyRef

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

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

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

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

    Permalink

    Defines basic math functions for SInt

  156. trait SIntSigned extends Signed[SInt] with hasContext

    Permalink
  157. sealed class Sign extends Bundle

    Permalink

    A simple ADT representing the Sign of an object.

  158. 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.

  159. final class SignedOps[A] extends AnyRef

    Permalink
  160. trait SignedSyntax extends AnyRef

    Permalink
  161. class TreadleDspRealFactory extends ScalaBlackBoxFactory

    Permalink
  162. trait UIntImpl extends AnyRef

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

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

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

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

    Permalink

    Defines basic math functions for UInt

  167. trait UIntSigned extends Signed[UInt] with hasContext

    Permalink

Value Members

  1. object BinaryRepresentation

    Permalink
  2. val Ceiling: RoundUp.type

    Permalink
  3. object ChiselConvertableFrom

    Permalink
  4. object ComparisonHelper

    Permalink
  5. val Convergent: RoundHalfToEven.type

    Permalink
  6. object ConvertableTo

    Permalink
  7. object DspComplex

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

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

    Permalink
    Definition Classes
    GenericDspComplexImpl
  10. implicit def DspComplexRingDataImpl[T <: Data](implicit arg0: Ring[T]): DspComplexRingData[T]

    Permalink
    Definition Classes
    GenericDspComplexImpl
  11. implicit def DspComplexRingFixedImpl: DspComplexRingFixed

    Permalink
    Definition Classes
    DspComplexImpl
  12. implicit def DspComplexRingSIntImpl: DspComplexRingSInt

    Permalink
    Definition Classes
    DspComplexImpl
  13. implicit def DspComplexRingUIntImpl: DspComplexRingUInt

    Permalink
    Definition Classes
    DspComplexImpl
  14. object DspReal

    Permalink
  15. implicit object DspRealRealImpl extends DspRealReal

    Permalink
    Definition Classes
    DspRealImpl
  16. object Eq

    Permalink
  17. implicit object FixedPointRealImpl extends FixedPointReal

    Permalink
    Definition Classes
    FixedPointImpl
  18. val Floor: RoundDown.type

    Permalink
  19. object Integer extends Serializable

    Permalink
  20. object IntegerBits extends Serializable

    Permalink
  21. implicit object IntervalRealImpl extends IntervalReal

    Permalink
    Definition Classes
    IntervalImpl
  22. object IsIntegral

    Permalink
  23. object IsReal

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

    Permalink
  25. object Order

    Permalink
  26. object PartialOrder

    Permalink
  27. object Real extends Serializable

    Permalink
  28. object RealBits extends Serializable

    Permalink
  29. object RealTrig

    Permalink
  30. object Ring extends Serializable

    Permalink
  31. val Round: RoundHalfTowardsInfinity.type

    Permalink
  32. implicit object SIntIntegerImpl extends SIntInteger

    Permalink
    Definition Classes
    SIntImpl
  33. object Sign

    Permalink
  34. object Signed

    Permalink
  35. object TrigUtility

    Permalink
  36. implicit object UIntIntegerImpl extends UIntInteger

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

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

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

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

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

    Permalink
    Definition Classes
    ChiselConvertableFromSyntax
  42. package chisel_types

    Permalink
  43. implicit def contextualRingOps[A <: Data](a: A)(implicit arg0: Ring[A]): ContextualRingOps[A]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    PartialOrderSyntax
  61. package representations

    Permalink
  62. package rounding

    Permalink
  63. implicit def semiringOps[A](a: A)(implicit arg0: Semiring[A]): SemiringOps[A]

    Permalink
    Definition Classes
    SemiringSyntax
  64. 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 GenericDspComplexImpl

Inherited from DspRealImpl

Inherited from FixedPointImpl

Inherited from IntervalImpl

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