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 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. LatticeSyntax
  18. CoordinateSpaceSyntax
  19. InnerProductSpaceSyntax
  20. NormedVectorSpaceSyntax
  21. MetricSpaceSyntax
  22. VectorSpaceSyntax
  23. CModuleSyntax
  24. RightModuleSyntax
  25. LeftModuleSyntax
  26. IntervalSyntax
  27. TrigSyntax
  28. NRootSyntax
  29. FieldSyntax
  30. EuclideanRingSyntax
  31. GCDRingSyntax
  32. RingSyntax
  33. RngSyntax
  34. RigSyntax
  35. SemiringSyntax
  36. MultiplicativeGroupSyntax
  37. MultiplicativeMonoidSyntax
  38. MultiplicativeSemigroupSyntax
  39. AdditiveGroupSyntax
  40. AdditiveMonoidSyntax
  41. AdditiveSemigroupSyntax
  42. GroupSyntax
  43. MonoidSyntax
  44. SemigroupSyntax
  45. GroupoidSyntax
  46. SemigroupoidSyntax
  47. ConvertableFromSyntax
  48. IsRealSyntax
  49. InvolutionSyntax
  50. TruncatedDivisionSyntax
  51. SignedSyntax
  52. OrderSyntax
  53. PartialOrderSyntax
  54. EqSyntax
  55. CforSyntax
  56. LiteralsSyntax
  57. AnyRef
  58. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. implicit def convertableOps[A](a: A)(implicit arg0: ConvertableFrom[A]): ConvertableFromOps[A]
    Definition Classes
    ConvertableFromSyntax
  16. implicit def coordianteSpaceOps[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: Any): 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[java.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[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. implicit def groupActionGroupOps[A](a: A)(implicit arg0: Order[A], arg1: AdditiveGroup[A]): IntervalPointOps[A]
    Definition Classes
    IntervalSyntax
  25. implicit def groupOps[A](a: A)(implicit arg0: Group[A]): GroupOps[A]
    Definition Classes
    GroupSyntax
  26. implicit def groupoidCommonOps[A](a: A)(implicit ev: Groupoid[A], ni: NoImplicit[Monoid[A]]): GroupoidCommonOps[A]
    Definition Classes
    GroupoidSyntax
  27. implicit def groupoidOps[A](a: A)(implicit ev: Groupoid[A]): GroupoidOps[A]
    Definition Classes
    GroupoidSyntax
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. implicit def heytingOps[A](a: A)(implicit arg0: Heyting[A]): HeytingOps[A]
    Definition Classes
    HeytingSyntax
  30. implicit def indexedSeqOps[A, CC[A] <: IndexedSeq[A]](lhs: CC[A]): IndexedSeqOps[A, CC]
    Definition Classes
    SeqSyntax
  31. implicit def innerProductSpaceOps[V](v: V): InnerProductSpaceOps[V]
    Definition Classes
    InnerProductSpaceSyntax
  32. implicit def intToA[A](n: Int)(implicit c: ConvertableTo[A]): A
    Definition Classes
    IntSyntax
  33. implicit def integralOps[A](a: A)(implicit arg0: Integral[A]): IntegralOps[A]
    Definition Classes
    IntegralSyntax
  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 meetOps[A](a: A)(implicit arg0: MeetSemilattice[A]): MeetOps[A]
    Definition Classes
    LatticeSyntax
  68. implicit def metricSpaceOps[V](v: V): MetricSpaceOps[V]
    Definition Classes
    MetricSpaceSyntax
  69. implicit def monoidOps[A](a: A)(implicit ev: Monoid[A]): MonoidOps[A]
    Definition Classes
    MonoidSyntax
  70. implicit def multiplicativeGroupOps[A](a: A)(implicit arg0: MultiplicativeGroup[A]): MultiplicativeGroupOps[A]
    Definition Classes
    MultiplicativeGroupSyntax
  71. implicit def multiplicativeMonoidOps[A](a: A)(implicit ev: MultiplicativeMonoid[A]): MultiplicativeMonoidOps[A]
    Definition Classes
    MultiplicativeMonoidSyntax
  72. implicit def multiplicativeSemigroupOps[A](a: A)(implicit arg0: MultiplicativeSemigroup[A]): MultiplicativeSemigroupOps[A]
  73. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  74. implicit def normedVectorSpaceOps[V](v: V): NormedVectorSpaceOps[V]
    Definition Classes
    NormedVectorSpaceSyntax
  75. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  76. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  77. implicit def nrootOps[A](a: A)(implicit arg0: NRoot[A]): NRootOps[A]
    Definition Classes
    NRootSyntax
  78. implicit def orderOps[A](a: A)(implicit arg0: Order[A]): OrderOps[A]
    Definition Classes
    OrderSyntax
  79. implicit def partialOrderOps[A](a: A)(implicit arg0: PartialOrder[A]): PartialOrderOps[A]
    Definition Classes
    PartialOrderSyntax
  80. implicit def rightActionOps[P](p: P): RightActionOps[P]
    Definition Classes
    ActionSyntax
  81. implicit def rightModuleOps[V](v: V): RightModuleOps[V]
    Definition Classes
    RightModuleSyntax
  82. implicit def rightPartialActionOps[P](p: P): RightPartialActionOps[P]
    Definition Classes
    PartialActionSyntax
  83. implicit def semigroupOps[A](a: A)(implicit arg0: Semigroup[A]): SemigroupOps[A]
    Definition Classes
    SemigroupSyntax
  84. implicit def semigroupoidOps[A](a: A)(implicit arg0: Semigroupoid[A]): SemigroupoidOps[A]
    Definition Classes
    SemigroupoidSyntax
  85. implicit def semiringOps[A](a: A)(implicit arg0: Semiring[A]): SemiringOps[A]
    Definition Classes
    SemiringSyntax
  86. implicit def seqOps[A, CC[A] <: Iterable[A]](lhs: CC[A]): SeqOps[A, CC]
    Definition Classes
    SeqSyntax
  87. implicit def signedOps[A](a: A)(implicit arg0: Signed[A]): SignedOps[A]
    Definition Classes
    SignedSyntax
  88. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  89. def toString(): String
    Definition Classes
    AnyRef → Any
  90. implicit def torsorPointOps[P](p: P): TorsorPointOps[P]
    Definition Classes
    TorsorSyntax
  91. implicit def trigOps[A](a: A)(implicit arg0: Trig[A]): TrigOps[A]
    Definition Classes
    TrigSyntax
  92. implicit def truncatedDivisionOps[A](a: A)(implicit arg0: TruncatedDivision[A]): TruncatedDivisionOps[A]
    Definition Classes
    TruncatedDivisionSyntax
  93. implicit def vectorSpaceOps[V](v: V): VectorSpaceOps[V]
    Definition Classes
    VectorSpaceSyntax
  94. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  97. object eu
    Definition Classes
    LiteralsSyntax
  98. object radix
    Definition Classes
    LiteralsSyntax
  99. object si
    Definition Classes
    LiteralsSyntax
  100. 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 LatticeSyntax

Inherited from CoordinateSpaceSyntax

Inherited from InnerProductSpaceSyntax

Inherited from NormedVectorSpaceSyntax

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 MultiplicativeGroupSyntax

Inherited from AdditiveGroupSyntax

Inherited from AdditiveMonoidSyntax

Inherited from AdditiveSemigroupSyntax

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 TruncatedDivisionSyntax

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