spire.syntax

AllSyntax

trait AllSyntax extends LiteralsSyntax with CforSyntax with EqSyntax with OrderSyntax with SignedSyntax with IsRealSyntax with ConvertableFromSyntax 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 EuclideanRingSyntax with FieldSyntax with NRootSyntax with TrigSyntax with ModuleSyntax with VectorSpaceSyntax with NormedVectorSpaceSyntax with InnerProductSpaceSyntax with CoordinateSpaceSyntax with BooleanAlgebraSyntax with BitStringSyntax with GroupActionSyntax with TorsorSyntax with IntegralSyntax with FractionalSyntax with NumericSyntax with IntSyntax with LongSyntax with DoubleSyntax with BigIntSyntax with ArraySyntax with SeqSyntax

Linear Supertypes
Known Subclasses
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. GroupActionSyntax
  13. BitStringSyntax
  14. BooleanAlgebraSyntax
  15. CoordinateSpaceSyntax
  16. InnerProductSpaceSyntax
  17. NormedVectorSpaceSyntax
  18. MetricSpaceSyntax
  19. VectorSpaceSyntax
  20. ModuleSyntax
  21. TrigSyntax
  22. NRootSyntax
  23. FieldSyntax
  24. EuclideanRingSyntax
  25. RingSyntax
  26. RngSyntax
  27. RigSyntax
  28. SemiringSyntax
  29. MultiplicativeGroupSyntax
  30. MultiplicativeMonoidSyntax
  31. MultiplicativeSemigroupSyntax
  32. AdditiveGroupSyntax
  33. AdditiveMonoidSyntax
  34. AdditiveSemigroupSyntax
  35. GroupSyntax
  36. MonoidSyntax
  37. SemigroupSyntax
  38. ConvertableFromSyntax
  39. IsRealSyntax
  40. SignedSyntax
  41. OrderSyntax
  42. EqSyntax
  43. CforSyntax
  44. LiteralsSyntax
  45. AnyRef
  46. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 additiveSemigroupOps[A](a: A)(implicit arg0: AdditiveSemigroup[A]): AdditiveSemigroupOps[A]

    Definition Classes
    AdditiveSemigroupSyntax
  6. implicit def arrayOps[A](lhs: Array[A]): ArrayOps[A]

    Definition Classes
    ArraySyntax
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. implicit def bitStringOps[A](a: A)(implicit arg0: BitString[A]): BitStringOps[A]

    Definition Classes
    BitStringSyntax
  9. implicit def booleanAlgebraOps[A](a: A)(implicit arg0: BooleanAlgebra[A]): BooleanAlgebraOps[A]

    Definition Classes
    BooleanAlgebraSyntax
  10. macro def cfor[A](init: A)(test: (A) ⇒ Boolean, next: (A) ⇒ A)(body: (A) ⇒ Unit): Unit

    Definition Classes
    CforSyntax
  11. macro def cforRange(r: Range)(body: (Int) ⇒ Unit): Unit

    Definition Classes
    CforSyntax
  12. macro def cforRange2(r1: Range, r2: Range)(body: (Int, Int) ⇒ Unit): Unit

    Definition Classes
    CforSyntax
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. implicit def convertableOps[A](a: A)(implicit arg0: ConvertableFrom[A]): ConvertableFromOps[A]

    Definition Classes
    ConvertableFromSyntax
  15. implicit def coordianteSpaceOps[V](v: V): CoordinateSpaceOps[V]

    Definition Classes
    CoordinateSpaceSyntax
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. implicit def eqOps[A](a: A)(implicit arg0: Eq[A]): EqOps[A]

    Definition Classes
    EqSyntax
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. object eu

    Definition Classes
    LiteralsSyntax
  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. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. implicit def groupActionGroupOps[G](g: G): GroupActionGroupOps[G]

    Definition Classes
    GroupActionSyntax
  24. implicit def groupActionPointOps[P](p: P): GroupActionPointOps[P]

    Definition Classes
    GroupActionSyntax
  25. implicit def groupOps[A](a: A)(implicit arg0: Group[A]): GroupOps[A]

    Definition Classes
    GroupSyntax
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. implicit def indexedSeqOps[A, CC[A] <: IndexedSeq[A]](lhs: CC[A]): IndexedSeqOps[A, CC]

    Definition Classes
    SeqSyntax
  28. implicit def innerProductSpaceOps[V](v: V): InnerProductSpaceOps[V]

    Definition Classes
    InnerProductSpaceSyntax
  29. implicit def intToA[A](n: Int)(implicit c: ConvertableTo[A]): A

    Definition Classes
    IntSyntax
  30. implicit def integralOps[A](a: A)(implicit arg0: Integral[A]): IntegralOps[A]

    Definition Classes
    IntegralSyntax
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. implicit def isRealOps[A](a: A)(implicit arg0: IsReal[A]): IsRealOps[A]

    Definition Classes
    IsRealSyntax
  33. implicit def literalBigIntOps(b: BigInt): LiteralBigIntOps

    Definition Classes
    BigIntSyntax
  34. implicit def literalDoubleAdditiveGroupOps(lhs: Double): LiteralDoubleAdditiveGroupOps

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

    Definition Classes
    AdditiveSemigroupSyntax
  36. implicit def literalDoubleEuclideanRingOps(lhs: Double): LiteralDoubleEuclideanRingOps

    Definition Classes
    EuclideanRingSyntax
  37. implicit def literalDoubleMultiplicativeGroupOps(lhs: Double): LiteralDoubleMultiplicativeGroupOps

    Definition Classes
    MultiplicativeGroupSyntax
  38. implicit def literalDoubleMultiplicativeSemigroupOps(lhs: Double): LiteralDoubleMultiplicativeSemigroupOps

  39. implicit def literalDoubleOps(n: Double): LiteralDoubleOps

    Definition Classes
    DoubleSyntax
  40. implicit def literalDoubleOrderOps(lhs: Double): LiteralDoubleOrderOps

    Definition Classes
    OrderSyntax
  41. implicit def literalIntAdditiveGroupOps(lhs: Int): LiteralIntAdditiveGroupOps

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

    Definition Classes
    AdditiveSemigroupSyntax
  43. implicit def literalIntEuclideanRingOps(lhs: Int): LiteralIntEuclideanRingOps

    Definition Classes
    EuclideanRingSyntax
  44. implicit def literalIntMultiplicativeGroupOps(lhs: Int): LiteralIntMultiplicativeGroupOps

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

  46. implicit def literalIntOps(n: Int): LiteralIntOps

    Definition Classes
    IntSyntax
  47. implicit def literalIntOrderOps(lhs: Int): LiteralIntOrderOps

    Definition Classes
    OrderSyntax
  48. implicit def literalLongAdditiveGroupOps(lhs: Long): LiteralLongAdditiveGroupOps

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

    Definition Classes
    AdditiveSemigroupSyntax
  50. implicit def literalLongEuclideanRingOps(lhs: Long): LiteralLongEuclideanRingOps

    Definition Classes
    EuclideanRingSyntax
  51. implicit def literalLongMultiplicativeGroupOps(lhs: Long): LiteralLongMultiplicativeGroupOps

    Definition Classes
    MultiplicativeGroupSyntax
  52. implicit def literalLongMultiplicativeSemigroupOps(lhs: Long): LiteralLongMultiplicativeSemigroupOps

  53. implicit def literalLongOps(n: Long): LiteralLongOps

    Definition Classes
    LongSyntax
  54. implicit def literalLongOrderOps(lhs: Long): LiteralLongOrderOps

    Definition Classes
    OrderSyntax
  55. implicit def literals(s: StringContext): Literals

    Definition Classes
    LiteralsSyntax
  56. implicit def metricSpaceOps[V](v: V): MetricSpaceOps[V]

    Definition Classes
    MetricSpaceSyntax
  57. implicit def moduleOps[V](v: V): ModuleOps[V]

    Definition Classes
    ModuleSyntax
  58. implicit def multiplicativeGroupOps[A](a: A)(implicit arg0: MultiplicativeGroup[A]): MultiplicativeGroupOps[A]

    Definition Classes
    MultiplicativeGroupSyntax
  59. implicit def multiplicativeSemigroupOps[A](a: A)(implicit arg0: MultiplicativeSemigroup[A]): MultiplicativeSemigroupOps[A]

  60. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  61. implicit def normedVectorSpaceOps[V](v: V): NormedVectorSpaceOps[V]

    Definition Classes
    NormedVectorSpaceSyntax
  62. final def notify(): Unit

    Definition Classes
    AnyRef
  63. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  64. implicit def nrootOps[A](a: A)(implicit arg0: NRoot[A]): NRootOps[A]

    Definition Classes
    NRootSyntax
  65. implicit def orderOps[A](a: A)(implicit arg0: Order[A]): OrderOps[A]

    Definition Classes
    OrderSyntax
  66. object radix

    Definition Classes
    LiteralsSyntax
  67. implicit def semigroupOps[A](a: A)(implicit arg0: Semigroup[A]): SemigroupOps[A]

    Definition Classes
    SemigroupSyntax
  68. implicit def semiringOps[A](a: A)(implicit arg0: Semiring[A]): SemiringOps[A]

    Definition Classes
    SemiringSyntax
  69. implicit def seqOps[A, CC[A] <: Iterable[A]](lhs: CC[A]): SeqOps[A, CC]

    Definition Classes
    SeqSyntax
  70. object si

    Definition Classes
    LiteralsSyntax
  71. implicit def signedOps[A](a: A)(implicit arg0: Signed[A]): SignedOps[A]

    Definition Classes
    SignedSyntax
  72. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  73. def toString(): String

    Definition Classes
    AnyRef → Any
  74. implicit def torsorPointOps[P](p: P): TorsorPointOps[P]

    Definition Classes
    TorsorSyntax
  75. implicit def trigOps[A](a: A)(implicit arg0: Trig[A]): TrigOps[A]

    Definition Classes
    TrigSyntax
  76. object us

    Definition Classes
    LiteralsSyntax
  77. implicit def vectorSpaceOps[V](v: V): VectorSpaceOps[V]

    Definition Classes
    VectorSpaceSyntax
  78. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  79. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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 GroupActionSyntax

Inherited from BitStringSyntax

Inherited from BooleanAlgebraSyntax

Inherited from CoordinateSpaceSyntax

Inherited from InnerProductSpaceSyntax

Inherited from NormedVectorSpaceSyntax

Inherited from MetricSpaceSyntax

Inherited from VectorSpaceSyntax

Inherited from ModuleSyntax

Inherited from TrigSyntax

Inherited from NRootSyntax

Inherited from FieldSyntax

Inherited from EuclideanRingSyntax

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 ConvertableFromSyntax

Inherited from IsRealSyntax

Inherited from SignedSyntax

Inherited from OrderSyntax

Inherited from EqSyntax

Inherited from CforSyntax

Inherited from LiteralsSyntax

Inherited from AnyRef

Inherited from Any

Ungrouped