Packages

t

spire.syntax

AllSyntax

trait AllSyntax extends LiteralsSyntax with CforSyntax with EqSyntax with PartialOrderSyntax with OrderSyntax with SignedSyntax with TruncatedDivisionSyntax with InvolutionSyntax with IsRealSyntax with ConvertableFromSyntax with SemigroupoidSyntax with GroupoidSyntax with SemigroupSyntax with MonoidSyntax with GroupSyntax with AdditiveSemigroupSyntax with AdditiveMonoidSyntax with AdditiveGroupSyntax with MultiplicativeSemigroupSyntax with MultiplicativeMonoidSyntax with MultiplicativeGroupSyntax with SemiringSyntax with RigSyntax with RngSyntax with RingSyntax with GCDRingSyntax with EuclideanRingSyntax with FieldSyntax with NRootSyntax with TrigSyntax with IntervalSyntax with LeftModuleSyntax with RightModuleSyntax with CModuleSyntax with VectorSpaceSyntax with NormedVectorSpaceSyntax with InnerProductSpaceSyntax with CoordinateSpaceSyntax with LatticeSyntax with LogicSyntax with HeytingSyntax with BoolSyntax with BitStringSyntax with PartialActionSyntax with ActionSyntax with TorsorSyntax with IntegralSyntax with FractionalSyntax with NumericSyntax with IntSyntax with LongSyntax with DoubleSyntax with BigIntSyntax with ArraySyntax with SeqSyntax

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AllSyntax
  2. SeqSyntax
  3. ArraySyntax
  4. BigIntSyntax
  5. DoubleSyntax
  6. LongSyntax
  7. IntSyntax
  8. NumericSyntax
  9. FractionalSyntax
  10. IntegralSyntax
  11. TorsorSyntax
  12. ActionSyntax
  13. PartialActionSyntax
  14. BitStringSyntax
  15. BoolSyntax
  16. HeytingSyntax
  17. LogicSyntax
  18. LatticeSyntax
  19. CoordinateSpaceSyntax
  20. InnerProductSpaceSyntax
  21. NormedVectorSpaceSyntax
  22. MetricSpaceSyntax
  23. VectorSpaceSyntax
  24. CModuleSyntax
  25. RightModuleSyntax
  26. LeftModuleSyntax
  27. IntervalSyntax
  28. TrigSyntax
  29. NRootSyntax
  30. FieldSyntax
  31. EuclideanRingSyntax
  32. GCDRingSyntax
  33. RingSyntax
  34. RngSyntax
  35. RigSyntax
  36. SemiringSyntax
  37. MultiplicativeGroupSyntax
  38. MultiplicativeMonoidSyntax
  39. MultiplicativeSemigroupSyntax
  40. AdditiveGroupSyntax
  41. AdditiveMonoidSyntax
  42. AdditiveSemigroupSyntax
  43. GroupSyntax
  44. MonoidSyntax
  45. SemigroupSyntax
  46. GroupoidSyntax
  47. SemigroupoidSyntax
  48. ConvertableFromSyntax
  49. IsRealSyntax
  50. InvolutionSyntax
  51. TruncatedDivisionSyntax
  52. SignedSyntax
  53. OrderSyntax
  54. PartialOrderSyntax
  55. EqSyntax
  56. CforSyntax
  57. LiteralsSyntax
  58. AnyRef
  59. 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. implicit def additiveGroupOps[A](a: A)(implicit arg0: AdditiveGroup[A]): AdditiveGroupOps[A]
    Definition Classes
    AdditiveGroupSyntax
  5. implicit def additiveMonoidOps[A](a: A)(implicit ev: AdditiveMonoid[A]): AdditiveMonoidOps[A]
    Definition Classes
    AdditiveMonoidSyntax
  6. implicit def additiveSemigroupOps[A](a: A)(implicit arg0: AdditiveSemigroup[A]): AdditiveSemigroupOps[A]
    Definition Classes
    AdditiveSemigroupSyntax
  7. implicit def arrayOps[A](lhs: Array[A]): ArrayOps[A]
    Definition Classes
    ArraySyntax
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. implicit def bitStringOps[A](a: A)(implicit arg0: BitString[A]): BitStringOps[A]
    Definition Classes
    BitStringSyntax
  10. implicit def boolOps[A](a: A)(implicit arg0: Bool[A]): BoolOps[A]
    Definition Classes
    BoolSyntax
  11. macro def cfor[A](init: A)(test: (A) => Boolean, next: (A) => A)(body: (A) => Unit): Unit
    Definition Classes
    CforSyntax
  12. macro def cforRange(r: Range)(body: (Int) => Unit): Unit
    Definition Classes
    CforSyntax
  13. macro def cforRange2(r1: Range, r2: Range)(body: (Int, Int) => Unit): Unit
    Definition Classes
    CforSyntax
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. implicit def convertableOps[A](a: A)(implicit arg0: ConvertableFrom[A]): ConvertableFromOps[A]
    Definition Classes
    ConvertableFromSyntax
  16. implicit def coordinateSpaceOps[V](v: V): CoordinateSpaceOps[V]
    Definition Classes
    CoordinateSpaceSyntax
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. implicit def eqOps[A](a: A)(implicit arg0: Eq[A]): EqOps[A]
    Definition Classes
    EqSyntax
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. implicit def euclideanRingOps[A](a: A)(implicit arg0: EuclideanRing[A]): EuclideanRingOps[A]
    Definition Classes
    EuclideanRingSyntax
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  22. implicit def gcdRingOps[A](a: A)(implicit arg0: GCDRing[A]): GCDRingOps[A]
    Definition Classes
    GCDRingSyntax
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. implicit def groupOps[A](a: A)(implicit arg0: Group[A]): GroupOps[A]
    Definition Classes
    GroupSyntax
  25. implicit def groupoidCommonOps[A](a: A)(implicit ev: Groupoid[A], ni: NotGiven[Monoid[A]]): GroupoidCommonOps[A]
    Definition Classes
    GroupoidSyntax
    Annotations
    @nowarn()
  26. implicit def groupoidOps[A](a: A)(implicit ev: Groupoid[A]): GroupoidOps[A]
    Definition Classes
    GroupoidSyntax
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. implicit def heytingOps[A](a: A)(implicit arg0: Heyting[A]): HeytingOps[A]
    Definition Classes
    HeytingSyntax
  29. implicit def indexedSeqOps[A, CC[A] <: IndexedSeq[A]](lhs: CC[A]): IndexedSeqOps[A, CC]
    Definition Classes
    SeqSyntax
  30. implicit def innerProductSpaceOps[V](v: V): InnerProductSpaceOps[V]
    Definition Classes
    InnerProductSpaceSyntax
  31. implicit def intToA[A](n: Int)(implicit c: ConvertableTo[A]): A
    Definition Classes
    IntSyntax
  32. implicit def integralOps[A](a: A)(implicit arg0: Integral[A]): IntegralOps[A]
    Definition Classes
    IntegralSyntax
  33. implicit def intervalOps[A](a: A)(implicit arg0: Order[A], arg1: AdditiveGroup[A]): IntervalPointOps[A]
    Definition Classes
    IntervalSyntax
  34. implicit def involutionOps[A](lhs: A)(implicit arg0: Involution[A]): InvolutionOps[A]
    Definition Classes
    InvolutionSyntax
  35. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  36. implicit def isRealOps[A](a: A)(implicit arg0: IsReal[A]): IsRealOps[A]
    Definition Classes
    IsRealSyntax
  37. implicit def joinOps[A](a: A)(implicit arg0: JoinSemilattice[A]): JoinOps[A]
    Definition Classes
    LatticeSyntax
  38. implicit def leftActionOps[G](g: G): LeftActionOps[G]
    Definition Classes
    ActionSyntax
  39. implicit def leftModuleOps[V](v: V): LeftModuleOps[V]
    Definition Classes
    LeftModuleSyntax
  40. implicit def leftPartialActionOps[G](g: G): LeftPartialActionOps[G]
    Definition Classes
    PartialActionSyntax
  41. implicit def literalBigIntOps(b: BigInt): LiteralBigIntOps
    Definition Classes
    BigIntSyntax
  42. implicit def literalDoubleAdditiveGroupOps(lhs: Double): LiteralDoubleAdditiveGroupOps
    Definition Classes
    AdditiveGroupSyntax
  43. implicit def literalDoubleAdditiveSemigroupOps(lhs: Double): LiteralDoubleAdditiveSemigroupOps
    Definition Classes
    AdditiveSemigroupSyntax
  44. implicit def literalDoubleEuclideanRingOps(lhs: Double): LiteralDoubleEuclideanRingOps
    Definition Classes
    EuclideanRingSyntax
  45. implicit def literalDoubleMultiplicativeGroupOps(lhs: Double): LiteralDoubleMultiplicativeGroupOps
    Definition Classes
    MultiplicativeGroupSyntax
  46. implicit def literalDoubleMultiplicativeSemigroupOps(lhs: Double): LiteralDoubleMultiplicativeSemigroupOps
  47. implicit def literalDoubleOps(n: Double): LiteralDoubleOps
    Definition Classes
    DoubleSyntax
  48. implicit def literalDoubleOrderOps(lhs: Double): LiteralDoubleOrderOps
    Definition Classes
    OrderSyntax
  49. implicit def literalDoubleTruncatedDivisionOps(lhs: Double): LiteralDoubleTruncatedDivisionOps
    Definition Classes
    TruncatedDivisionSyntax
  50. implicit def literalIntAdditiveGroupOps(lhs: Int): LiteralIntAdditiveGroupOps
    Definition Classes
    AdditiveGroupSyntax
  51. implicit def literalIntAdditiveSemigroupOps(lhs: Int): LiteralIntAdditiveSemigroupOps
    Definition Classes
    AdditiveSemigroupSyntax
  52. implicit def literalIntEuclideanRingOps(lhs: Int): LiteralIntEuclideanRingOps
    Definition Classes
    EuclideanRingSyntax
  53. implicit def literalIntMultiplicativeGroupOps(lhs: Int): LiteralIntMultiplicativeGroupOps
    Definition Classes
    MultiplicativeGroupSyntax
  54. implicit def literalIntMultiplicativeSemigroupOps(lhs: Int): LiteralIntMultiplicativeSemigroupOps
  55. implicit def literalIntOps(n: Int): LiteralIntOps
    Definition Classes
    IntSyntax
  56. implicit def literalIntOrderOps(lhs: Int): LiteralIntOrderOps
    Definition Classes
    OrderSyntax
  57. implicit def literalIntTruncatedDivisionOps(lhs: Int): LiteralIntTruncatedDivisionOps
    Definition Classes
    TruncatedDivisionSyntax
  58. implicit def literalLongAdditiveGroupOps(lhs: Long): LiteralLongAdditiveGroupOps
    Definition Classes
    AdditiveGroupSyntax
  59. implicit def literalLongAdditiveSemigroupOps(lhs: Long): LiteralLongAdditiveSemigroupOps
    Definition Classes
    AdditiveSemigroupSyntax
  60. implicit def literalLongEuclideanRingOps(lhs: Long): LiteralLongEuclideanRingOps
    Definition Classes
    EuclideanRingSyntax
  61. implicit def literalLongMultiplicativeGroupOps(lhs: Long): LiteralLongMultiplicativeGroupOps
    Definition Classes
    MultiplicativeGroupSyntax
  62. implicit def literalLongMultiplicativeSemigroupOps(lhs: Long): LiteralLongMultiplicativeSemigroupOps
  63. implicit def literalLongOps(n: Long): LiteralLongOps
    Definition Classes
    LongSyntax
  64. implicit def literalLongOrderOps(lhs: Long): LiteralLongOrderOps
    Definition Classes
    OrderSyntax
  65. implicit def literalLongTruncatedDivisionOps(lhs: Long): LiteralLongTruncatedDivisionOps
    Definition Classes
    TruncatedDivisionSyntax
  66. implicit def literals(s: StringContext): Literals
    Definition Classes
    LiteralsSyntax
  67. implicit def logicOps[A](a: A)(implicit arg0: Logic[A]): LogicOps[A]
    Definition Classes
    LogicSyntax
  68. implicit def meetOps[A](a: A)(implicit arg0: MeetSemilattice[A]): MeetOps[A]
    Definition Classes
    LatticeSyntax
  69. implicit def metricSpaceOps[V](v: V): MetricSpaceOps[V]
    Definition Classes
    MetricSpaceSyntax
  70. implicit def monoidOps[A](a: A)(implicit ev: Monoid[A]): MonoidOps[A]
    Definition Classes
    MonoidSyntax
  71. implicit def multiplicativeGroupOps[A](a: A)(implicit arg0: MultiplicativeGroup[A]): MultiplicativeGroupOps[A]
    Definition Classes
    MultiplicativeGroupSyntax
  72. implicit def multiplicativeMonoidOps[A](a: A)(implicit ev: MultiplicativeMonoid[A]): MultiplicativeMonoidOps[A]
    Definition Classes
    MultiplicativeMonoidSyntax
  73. implicit def multiplicativeSemigroupOps[A](a: A)(implicit arg0: MultiplicativeSemigroup[A]): MultiplicativeSemigroupOps[A]
  74. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  75. implicit def normedVectorSpaceOps[V](v: V): NormedVectorSpaceOps[V]
    Definition Classes
    NormedVectorSpaceSyntax
  76. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  77. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  78. implicit def nrootOps[A](a: A)(implicit arg0: NRoot[A]): NRootOps[A]
    Definition Classes
    NRootSyntax
  79. implicit def orderOps[A](a: A)(implicit arg0: Order[A]): OrderOps[A]
    Definition Classes
    OrderSyntax
  80. implicit def partialOrderOps[A](a: A)(implicit arg0: PartialOrder[A]): PartialOrderOps[A]
    Definition Classes
    PartialOrderSyntax
  81. implicit def rightActionOps[P](p: P): RightActionOps[P]
    Definition Classes
    ActionSyntax
  82. implicit def rightModuleOps[V](v: V): RightModuleOps[V]
    Definition Classes
    RightModuleSyntax
  83. implicit def rightPartialActionOps[P](p: P): RightPartialActionOps[P]
    Definition Classes
    PartialActionSyntax
  84. implicit def semigroupOps[A](a: A)(implicit arg0: Semigroup[A]): SemigroupOps[A]
    Definition Classes
    SemigroupSyntax
  85. implicit def semigroupoidOps[A](a: A)(implicit arg0: Semigroupoid[A]): SemigroupoidOps[A]
    Definition Classes
    SemigroupoidSyntax
  86. implicit def semiringOps[A](a: A)(implicit arg0: Semiring[A]): SemiringOps[A]
    Definition Classes
    SemiringSyntax
  87. implicit def seqOps[A, CC[A] <: Iterable[A]](lhs: CC[A]): SeqOps[A, CC]
    Definition Classes
    SeqSyntax
  88. implicit def signedOps[A](a: A)(implicit arg0: Signed[A]): SignedOps[A]
    Definition Classes
    SignedSyntax
  89. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  90. def toString(): String
    Definition Classes
    AnyRef → Any
  91. implicit def torsorPointOps[P](p: P): TorsorPointOps[P]
    Definition Classes
    TorsorSyntax
  92. implicit def trigOps[A](a: A)(implicit arg0: Trig[A]): TrigOps[A]
    Definition Classes
    TrigSyntax
  93. implicit def truncatedDivisionOps[A](a: A)(implicit arg0: TruncatedDivision[A]): TruncatedDivisionOps[A]
    Definition Classes
    TruncatedDivisionSyntax
  94. implicit def vectorSpaceOps[V](v: V): VectorSpaceOps[V]
    Definition Classes
    VectorSpaceSyntax
  95. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  96. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  97. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  98. object eu
    Definition Classes
    LiteralsSyntax
  99. object radix
    Definition Classes
    LiteralsSyntax
  100. object si
    Definition Classes
    LiteralsSyntax
  101. object us
    Definition Classes
    LiteralsSyntax

Inherited from SeqSyntax

Inherited from ArraySyntax

Inherited from BigIntSyntax

Inherited from DoubleSyntax

Inherited from LongSyntax

Inherited from IntSyntax

Inherited from NumericSyntax

Inherited from FractionalSyntax

Inherited from IntegralSyntax

Inherited from TorsorSyntax

Inherited from ActionSyntax

Inherited from PartialActionSyntax

Inherited from BitStringSyntax

Inherited from BoolSyntax

Inherited from HeytingSyntax

Inherited from LogicSyntax

Inherited from LatticeSyntax

Inherited from CoordinateSpaceSyntax

Inherited from MetricSpaceSyntax

Inherited from VectorSpaceSyntax

Inherited from CModuleSyntax

Inherited from RightModuleSyntax

Inherited from LeftModuleSyntax

Inherited from IntervalSyntax

Inherited from TrigSyntax

Inherited from NRootSyntax

Inherited from FieldSyntax

Inherited from EuclideanRingSyntax

Inherited from GCDRingSyntax

Inherited from RingSyntax

Inherited from RngSyntax

Inherited from RigSyntax

Inherited from SemiringSyntax

Inherited from AdditiveGroupSyntax

Inherited from AdditiveMonoidSyntax

Inherited from GroupSyntax

Inherited from MonoidSyntax

Inherited from SemigroupSyntax

Inherited from GroupoidSyntax

Inherited from SemigroupoidSyntax

Inherited from ConvertableFromSyntax

Inherited from IsRealSyntax

Inherited from InvolutionSyntax

Inherited from SignedSyntax

Inherited from OrderSyntax

Inherited from PartialOrderSyntax

Inherited from EqSyntax

Inherited from CforSyntax

Inherited from LiteralsSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped