Trait

breeze.linalg

VectorOps

Related Doc: package linalg

Permalink

trait VectorOps extends AnyRef

Self Type
Vector.type
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VectorOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ZippedVectorValues[T, U](a: Vector[T], b: Vector[U]) extends ZippedValues[T, U] with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit def axpy[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): TernaryUpdateRegistry[Vector[V], V, Vector[V], scaleAdd.type]

    Permalink
  6. implicit val axpy_Double: TernaryUpdateRegistry[Vector[Double], Double, Vector[Double], scaleAdd.type]

    Permalink
  7. implicit val axpy_Float: TernaryUpdateRegistry[Vector[Float], Float, Vector[Float], scaleAdd.type]

    Permalink
  8. implicit val axpy_Int: TernaryUpdateRegistry[Vector[Int], Int, Vector[Int], scaleAdd.type]

    Permalink
  9. implicit val axpy_Long: TernaryUpdateRegistry[Vector[Long], Long, Vector[Long], scaleAdd.type]

    Permalink
  10. def binaryOpFromUpdateOp[Op <: OpType, V, Other](implicit copy: CanCopy[Vector[V]], op: InPlaceImpl2[Op, Vector[V], Other], man: ClassTag[V]): UImpl2[Op, Vector[V], Other, Vector[V]]

    Permalink
  11. implicit def canDot_V_V[T](implicit arg0: ClassTag[T], arg1: Semiring[T]): BinaryRegistry[Vector[T], Vector[T], OpMulInner.type, T]

    Permalink
  12. implicit val canDot_V_V_Double: BinaryRegistry[Vector[Double], Vector[Double], OpMulInner.type, Double]

    Permalink
  13. implicit val canDot_V_V_Float: BinaryRegistry[Vector[Float], Vector[Float], OpMulInner.type, Float]

    Permalink
  14. implicit val canDot_V_V_Int: BinaryRegistry[Vector[Int], Vector[Int], OpMulInner.type, Int]

    Permalink
  15. implicit val canDot_V_V_Long: BinaryRegistry[Vector[Long], Vector[Long], OpMulInner.type, Long]

    Permalink
  16. implicit def canGaxpy[V](implicit arg0: Semiring[V]): scaleAdd.InPlaceImpl3[Vector[V], V, Vector[V]]

    Permalink
  17. implicit def castFunc[V1, T, Op, VR](implicit v1ev: <:<[V1, Vector[T]], v1ne: =:!=[V1, Vector[T]], op: UImpl[Op, Vector[T], VR]): UImpl[Op, V1, VR]

    Permalink
  18. implicit def castOps[V1, V2, T, Op, VR](implicit v1ev: <:<[V1, Vector[T]], V2ev: <:<[V2, Vector[T]], op: UImpl2[Op, Vector[T], Vector[T], VR]): UImpl2[Op, V1, V2, VR]

    Permalink
  19. implicit def castUpdateOps[V1, V2, T, Op](implicit v1ev: <:<[V1, Vector[T]], V2ev: <:<[V2, Vector[T]], op: InPlaceImpl2[Op, Vector[T], Vector[T]]): InPlaceImpl2[Op, V1, V2]

    Permalink
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. implicit def dotField[T](implicit field: Semiring[T]): operators.OpMulInner.Impl2[Vector[T], Vector[T], T]

    Permalink
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. implicit def implOpSet_V_S_InPlace[V]: operators.OpSet.InPlaceImpl2[Vector[V], V]

    Permalink
  28. implicit def implOpSet_V_V_InPlace[V]: operators.OpSet.InPlaceImpl2[Vector[V], Vector[V]]

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. implicit val s_v_Op_Double_OpAdd: BinaryRegistry[Double, Vector[Double], OpAdd.type, Vector[Double]]

    Permalink
  34. implicit val s_v_Op_Double_OpDiv: BinaryRegistry[Double, Vector[Double], OpDiv.type, Vector[Double]]

    Permalink
  35. implicit val s_v_Op_Double_OpMod: BinaryRegistry[Double, Vector[Double], OpMod.type, Vector[Double]]

    Permalink
  36. implicit val s_v_Op_Double_OpMulMatrix: BinaryRegistry[Double, Vector[Double], OpMulMatrix.type, Vector[Double]]

    Permalink
  37. implicit val s_v_Op_Double_OpMulScalar: BinaryRegistry[Double, Vector[Double], OpMulScalar.type, Vector[Double]]

    Permalink
  38. implicit val s_v_Op_Double_OpPow: BinaryRegistry[Double, Vector[Double], OpPow.type, Vector[Double]]

    Permalink
  39. implicit val s_v_Op_Double_OpSet: BinaryRegistry[Double, Vector[Double], OpSet.type, Vector[Double]]

    Permalink
  40. implicit val s_v_Op_Double_OpSub: BinaryRegistry[Double, Vector[Double], OpSub.type, Vector[Double]]

    Permalink
  41. implicit val s_v_Op_Float_OpAdd: BinaryRegistry[Float, Vector[Float], OpAdd.type, Vector[Float]]

    Permalink
  42. implicit val s_v_Op_Float_OpDiv: BinaryRegistry[Float, Vector[Float], OpDiv.type, Vector[Float]]

    Permalink
  43. implicit val s_v_Op_Float_OpMod: BinaryRegistry[Float, Vector[Float], OpMod.type, Vector[Float]]

    Permalink
  44. implicit val s_v_Op_Float_OpMulMatrix: BinaryRegistry[Float, Vector[Float], OpMulMatrix.type, Vector[Float]]

    Permalink
  45. implicit val s_v_Op_Float_OpMulScalar: BinaryRegistry[Float, Vector[Float], OpMulScalar.type, Vector[Float]]

    Permalink
  46. implicit val s_v_Op_Float_OpPow: BinaryRegistry[Float, Vector[Float], OpPow.type, Vector[Float]]

    Permalink
  47. implicit val s_v_Op_Float_OpSet: BinaryRegistry[Float, Vector[Float], OpSet.type, Vector[Float]]

    Permalink
  48. implicit val s_v_Op_Float_OpSub: BinaryRegistry[Float, Vector[Float], OpSub.type, Vector[Float]]

    Permalink
  49. implicit val s_v_Op_Int_OpAdd: BinaryRegistry[Int, Vector[Int], OpAdd.type, Vector[Int]]

    Permalink
  50. implicit val s_v_Op_Int_OpDiv: BinaryRegistry[Int, Vector[Int], OpDiv.type, Vector[Int]]

    Permalink
  51. implicit val s_v_Op_Int_OpMod: BinaryRegistry[Int, Vector[Int], OpMod.type, Vector[Int]]

    Permalink
  52. implicit val s_v_Op_Int_OpMulMatrix: BinaryRegistry[Int, Vector[Int], OpMulMatrix.type, Vector[Int]]

    Permalink
  53. implicit val s_v_Op_Int_OpMulScalar: BinaryRegistry[Int, Vector[Int], OpMulScalar.type, Vector[Int]]

    Permalink
  54. implicit val s_v_Op_Int_OpPow: BinaryRegistry[Int, Vector[Int], OpPow.type, Vector[Int]]

    Permalink
  55. implicit val s_v_Op_Int_OpSet: BinaryRegistry[Int, Vector[Int], OpSet.type, Vector[Int]]

    Permalink
  56. implicit val s_v_Op_Int_OpSub: BinaryRegistry[Int, Vector[Int], OpSub.type, Vector[Int]]

    Permalink
  57. implicit val s_v_Op_Long_OpAdd: BinaryRegistry[Long, Vector[Long], OpAdd.type, Vector[Long]]

    Permalink
  58. implicit val s_v_Op_Long_OpDiv: BinaryRegistry[Long, Vector[Long], OpDiv.type, Vector[Long]]

    Permalink
  59. implicit val s_v_Op_Long_OpMod: BinaryRegistry[Long, Vector[Long], OpMod.type, Vector[Long]]

    Permalink
  60. implicit val s_v_Op_Long_OpMulMatrix: BinaryRegistry[Long, Vector[Long], OpMulMatrix.type, Vector[Long]]

    Permalink
  61. implicit val s_v_Op_Long_OpMulScalar: BinaryRegistry[Long, Vector[Long], OpMulScalar.type, Vector[Long]]

    Permalink
  62. implicit val s_v_Op_Long_OpPow: BinaryRegistry[Long, Vector[Long], OpPow.type, Vector[Long]]

    Permalink
  63. implicit val s_v_Op_Long_OpSet: BinaryRegistry[Long, Vector[Long], OpSet.type, Vector[Long]]

    Permalink
  64. implicit val s_v_Op_Long_OpSub: BinaryRegistry[Long, Vector[Long], OpSub.type, Vector[Long]]

    Permalink
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  66. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  67. implicit def vAddIntoField[T](implicit field: Field[T], zero: Zero[T], ct: ClassTag[T]): operators.OpAdd.InPlaceImpl2[Vector[T], Vector[T]]

    Permalink
  68. implicit def vAddIntoSField[T](implicit field: Semiring[T], zero: Zero[T], ct: ClassTag[T]): operators.OpAdd.InPlaceImpl2[Vector[T], T]

    Permalink
  69. implicit def vAddSField[T](implicit field: Semiring[T], zero: Zero[T], ct: ClassTag[T]): operators.OpAdd.Impl2[Vector[T], T, Vector[T]]

    Permalink
  70. implicit def vDivIntoField[T](implicit field: Field[T], zero: Zero[T], ct: ClassTag[T]): operators.OpDiv.InPlaceImpl2[Vector[T], Vector[T]]

    Permalink
  71. implicit def vDivIntoSField[T](implicit field: Field[T], zero: Zero[T], ct: ClassTag[T]): operators.OpDiv.InPlaceImpl2[Vector[T], T]

    Permalink
  72. implicit def vDivSField[T](implicit field: Field[T], zero: Zero[T], ct: ClassTag[T]): operators.OpDiv.Impl2[Vector[T], T, Vector[T]]

    Permalink
  73. implicit def vMulIntoField[T](implicit field: Field[T], zero: Zero[T], ct: ClassTag[T]): operators.OpMulScalar.InPlaceImpl2[Vector[T], Vector[T]]

    Permalink
  74. implicit def vMulScalarIntoSField[T](implicit field: Semiring[T], zero: Zero[T], ct: ClassTag[T]): operators.OpMulScalar.InPlaceImpl2[Vector[T], T]

    Permalink
  75. implicit def vMulScalarSField[T](implicit field: Semiring[T], zero: Zero[T], ct: ClassTag[T]): operators.OpMulScalar.Impl2[Vector[T], T, Vector[T]]

    Permalink
  76. implicit def vPowInto[T](implicit pow: operators.OpPow.Impl2[T, T, T], zero: Zero[T], ct: ClassTag[T]): operators.OpPow.InPlaceImpl2[Vector[T], Vector[T]]

    Permalink
  77. implicit def vPowIntoS[T](implicit pow: operators.OpPow.Impl2[T, T, T], zero: Zero[T], ct: ClassTag[T]): operators.OpPow.InPlaceImpl2[Vector[T], T]

    Permalink
  78. implicit def vPowS[T](implicit pow: operators.OpPow.Impl2[T, T, T], zero: Zero[T], ct: ClassTag[T]): operators.OpPow.Impl2[Vector[T], T, Vector[T]]

    Permalink
  79. implicit def vSubIntoField[T](implicit field: Field[T], zero: Zero[T], ct: ClassTag[T]): operators.OpSub.InPlaceImpl2[Vector[T], Vector[T]]

    Permalink
  80. implicit def vSubIntoSField[T](implicit field: Ring[T], zero: Zero[T], ct: ClassTag[T]): operators.OpSub.InPlaceImpl2[Vector[T], T]

    Permalink
  81. implicit def vSubSField[T](implicit field: Ring[T], zero: Zero[T], ct: ClassTag[T]): operators.OpSub.Impl2[Vector[T], T, Vector[T]]

    Permalink
  82. implicit def v_sField_Op_OpAdd[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpAdd.type, Vector[T]]

    Permalink
  83. implicit def v_sField_Op_OpDiv[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpDiv.type, Vector[T]]

    Permalink
  84. implicit def v_sField_Op_OpMod[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpMod.type, Vector[T]]

    Permalink
  85. implicit def v_sField_Op_OpMulMatrix[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpMulMatrix.type, Vector[T]]

    Permalink
  86. implicit def v_sField_Op_OpMulScalar[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpMulScalar.type, Vector[T]]

    Permalink
  87. implicit def v_sField_Op_OpPow[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpPow.type, Vector[T]]

    Permalink
  88. implicit def v_sField_Op_OpSub[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpSub.type, Vector[T]]

    Permalink
  89. implicit val v_s_Op_Double_OpAdd: BinaryRegistry[Vector[Double], Double, OpAdd.type, Vector[Double]]

    Permalink
  90. implicit val v_s_Op_Double_OpDiv: BinaryRegistry[Vector[Double], Double, OpDiv.type, Vector[Double]]

    Permalink
  91. implicit val v_s_Op_Double_OpMod: BinaryRegistry[Vector[Double], Double, OpMod.type, Vector[Double]]

    Permalink
  92. implicit val v_s_Op_Double_OpMulMatrix: BinaryRegistry[Vector[Double], Double, OpMulMatrix.type, Vector[Double]]

    Permalink
  93. implicit val v_s_Op_Double_OpMulScalar: BinaryRegistry[Vector[Double], Double, OpMulScalar.type, Vector[Double]]

    Permalink
  94. implicit val v_s_Op_Double_OpPow: BinaryRegistry[Vector[Double], Double, OpPow.type, Vector[Double]]

    Permalink
  95. implicit val v_s_Op_Double_OpSet: BinaryRegistry[Vector[Double], Double, OpSet.type, Vector[Double]]

    Permalink
  96. implicit val v_s_Op_Double_OpSub: BinaryRegistry[Vector[Double], Double, OpSub.type, Vector[Double]]

    Permalink
  97. implicit val v_s_Op_Float_OpAdd: BinaryRegistry[Vector[Float], Float, OpAdd.type, Vector[Float]]

    Permalink
  98. implicit val v_s_Op_Float_OpDiv: BinaryRegistry[Vector[Float], Float, OpDiv.type, Vector[Float]]

    Permalink
  99. implicit val v_s_Op_Float_OpMod: BinaryRegistry[Vector[Float], Float, OpMod.type, Vector[Float]]

    Permalink
  100. implicit val v_s_Op_Float_OpMulMatrix: BinaryRegistry[Vector[Float], Float, OpMulMatrix.type, Vector[Float]]

    Permalink
  101. implicit val v_s_Op_Float_OpMulScalar: BinaryRegistry[Vector[Float], Float, OpMulScalar.type, Vector[Float]]

    Permalink
  102. implicit val v_s_Op_Float_OpPow: BinaryRegistry[Vector[Float], Float, OpPow.type, Vector[Float]]

    Permalink
  103. implicit val v_s_Op_Float_OpSet: BinaryRegistry[Vector[Float], Float, OpSet.type, Vector[Float]]

    Permalink
  104. implicit val v_s_Op_Float_OpSub: BinaryRegistry[Vector[Float], Float, OpSub.type, Vector[Float]]

    Permalink
  105. implicit val v_s_Op_Int_OpAdd: BinaryRegistry[Vector[Int], Int, OpAdd.type, Vector[Int]]

    Permalink
  106. implicit val v_s_Op_Int_OpDiv: BinaryRegistry[Vector[Int], Int, OpDiv.type, Vector[Int]]

    Permalink
  107. implicit val v_s_Op_Int_OpMod: BinaryRegistry[Vector[Int], Int, OpMod.type, Vector[Int]]

    Permalink
  108. implicit val v_s_Op_Int_OpMulMatrix: BinaryRegistry[Vector[Int], Int, OpMulMatrix.type, Vector[Int]]

    Permalink
  109. implicit val v_s_Op_Int_OpMulScalar: BinaryRegistry[Vector[Int], Int, OpMulScalar.type, Vector[Int]]

    Permalink
  110. implicit val v_s_Op_Int_OpPow: BinaryRegistry[Vector[Int], Int, OpPow.type, Vector[Int]]

    Permalink
  111. implicit val v_s_Op_Int_OpSet: BinaryRegistry[Vector[Int], Int, OpSet.type, Vector[Int]]

    Permalink
  112. implicit val v_s_Op_Int_OpSub: BinaryRegistry[Vector[Int], Int, OpSub.type, Vector[Int]]

    Permalink
  113. implicit val v_s_Op_Long_OpAdd: BinaryRegistry[Vector[Long], Long, OpAdd.type, Vector[Long]]

    Permalink
  114. implicit val v_s_Op_Long_OpDiv: BinaryRegistry[Vector[Long], Long, OpDiv.type, Vector[Long]]

    Permalink
  115. implicit val v_s_Op_Long_OpMod: BinaryRegistry[Vector[Long], Long, OpMod.type, Vector[Long]]

    Permalink
  116. implicit val v_s_Op_Long_OpMulMatrix: BinaryRegistry[Vector[Long], Long, OpMulMatrix.type, Vector[Long]]

    Permalink
  117. implicit val v_s_Op_Long_OpMulScalar: BinaryRegistry[Vector[Long], Long, OpMulScalar.type, Vector[Long]]

    Permalink
  118. implicit val v_s_Op_Long_OpPow: BinaryRegistry[Vector[Long], Long, OpPow.type, Vector[Long]]

    Permalink
  119. implicit val v_s_Op_Long_OpSet: BinaryRegistry[Vector[Long], Long, OpSet.type, Vector[Long]]

    Permalink
  120. implicit val v_s_Op_Long_OpSub: BinaryRegistry[Vector[Long], Long, OpSub.type, Vector[Long]]

    Permalink
  121. implicit val v_s_UpdateOp_Double_OpAdd: BinaryUpdateRegistry[Vector[Double], Double, OpAdd.type]

    Permalink
  122. implicit val v_s_UpdateOp_Double_OpDiv: BinaryUpdateRegistry[Vector[Double], Double, OpDiv.type]

    Permalink
  123. implicit val v_s_UpdateOp_Double_OpMod: BinaryUpdateRegistry[Vector[Double], Double, OpMod.type]

    Permalink
  124. implicit val v_s_UpdateOp_Double_OpMulMatrix: BinaryUpdateRegistry[Vector[Double], Double, OpMulMatrix.type]

    Permalink
  125. implicit val v_s_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Vector[Double], Double, OpMulScalar.type]

    Permalink
  126. implicit val v_s_UpdateOp_Double_OpPow: BinaryUpdateRegistry[Vector[Double], Double, OpPow.type]

    Permalink
  127. implicit val v_s_UpdateOp_Double_OpSet: BinaryUpdateRegistry[Vector[Double], Double, OpSet.type]

    Permalink
  128. implicit val v_s_UpdateOp_Double_OpSub: BinaryUpdateRegistry[Vector[Double], Double, OpSub.type]

    Permalink
  129. implicit val v_s_UpdateOp_Float_OpAdd: BinaryUpdateRegistry[Vector[Float], Float, OpAdd.type]

    Permalink
  130. implicit val v_s_UpdateOp_Float_OpDiv: BinaryUpdateRegistry[Vector[Float], Float, OpDiv.type]

    Permalink
  131. implicit val v_s_UpdateOp_Float_OpMod: BinaryUpdateRegistry[Vector[Float], Float, OpMod.type]

    Permalink
  132. implicit val v_s_UpdateOp_Float_OpMulMatrix: BinaryUpdateRegistry[Vector[Float], Float, OpMulMatrix.type]

    Permalink
  133. implicit val v_s_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Vector[Float], Float, OpMulScalar.type]

    Permalink
  134. implicit val v_s_UpdateOp_Float_OpPow: BinaryUpdateRegistry[Vector[Float], Float, OpPow.type]

    Permalink
  135. implicit val v_s_UpdateOp_Float_OpSet: BinaryUpdateRegistry[Vector[Float], Float, OpSet.type]

    Permalink
  136. implicit val v_s_UpdateOp_Float_OpSub: BinaryUpdateRegistry[Vector[Float], Float, OpSub.type]

    Permalink
  137. implicit val v_s_UpdateOp_Int_OpAdd: BinaryUpdateRegistry[Vector[Int], Int, OpAdd.type]

    Permalink
  138. implicit val v_s_UpdateOp_Int_OpDiv: BinaryUpdateRegistry[Vector[Int], Int, OpDiv.type]

    Permalink
  139. implicit val v_s_UpdateOp_Int_OpMod: BinaryUpdateRegistry[Vector[Int], Int, OpMod.type]

    Permalink
  140. implicit val v_s_UpdateOp_Int_OpMulMatrix: BinaryUpdateRegistry[Vector[Int], Int, OpMulMatrix.type]

    Permalink
  141. implicit val v_s_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Vector[Int], Int, OpMulScalar.type]

    Permalink
  142. implicit val v_s_UpdateOp_Int_OpPow: BinaryUpdateRegistry[Vector[Int], Int, OpPow.type]

    Permalink
  143. implicit val v_s_UpdateOp_Int_OpSet: BinaryUpdateRegistry[Vector[Int], Int, OpSet.type]

    Permalink
  144. implicit val v_s_UpdateOp_Int_OpSub: BinaryUpdateRegistry[Vector[Int], Int, OpSub.type]

    Permalink
  145. implicit val v_s_UpdateOp_Long_OpAdd: BinaryUpdateRegistry[Vector[Long], Long, OpAdd.type]

    Permalink
  146. implicit val v_s_UpdateOp_Long_OpDiv: BinaryUpdateRegistry[Vector[Long], Long, OpDiv.type]

    Permalink
  147. implicit val v_s_UpdateOp_Long_OpMod: BinaryUpdateRegistry[Vector[Long], Long, OpMod.type]

    Permalink
  148. implicit val v_s_UpdateOp_Long_OpMulMatrix: BinaryUpdateRegistry[Vector[Long], Long, OpMulMatrix.type]

    Permalink
  149. implicit val v_s_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Vector[Long], Long, OpMulScalar.type]

    Permalink
  150. implicit val v_s_UpdateOp_Long_OpPow: BinaryUpdateRegistry[Vector[Long], Long, OpPow.type]

    Permalink
  151. implicit val v_s_UpdateOp_Long_OpSet: BinaryUpdateRegistry[Vector[Long], Long, OpSet.type]

    Permalink
  152. implicit val v_s_UpdateOp_Long_OpSub: BinaryUpdateRegistry[Vector[Long], Long, OpSub.type]

    Permalink
  153. implicit def v_s_UpdateOp_OpAdd[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpAdd.type]

    Permalink
  154. implicit def v_s_UpdateOp_OpDiv[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpDiv.type]

    Permalink
  155. implicit def v_s_UpdateOp_OpMod[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpMod.type]

    Permalink
  156. implicit def v_s_UpdateOp_OpMulMatrix[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpMulMatrix.type]

    Permalink
  157. implicit def v_s_UpdateOp_OpMulScalar[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpMulScalar.type]

    Permalink
  158. implicit def v_s_UpdateOp_OpPow[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpPow.type]

    Permalink
  159. implicit def v_s_UpdateOp_OpSet[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpSet.type]

    Permalink
  160. implicit def v_s_UpdateOp_OpSub[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpSub.type]

    Permalink
  161. implicit def v_v_Idempotent_OpAdd[T](implicit arg0: Semiring[T]): operators.OpAdd.Impl2[Vector[T], Vector[T], Vector[T]]

    Permalink
  162. implicit def v_v_Idempotent_OpSub[T](implicit arg0: Ring[T]): operators.OpSub.Impl2[Vector[T], Vector[T], Vector[T]]

    Permalink
  163. implicit val v_v_Idempotent_Op_Double_OpAdd: BinaryRegistry[Vector[Double], Vector[Double], OpAdd.type, Vector[Double]]

    Permalink
  164. implicit val v_v_Idempotent_Op_Double_OpSub: BinaryRegistry[Vector[Double], Vector[Double], OpSub.type, Vector[Double]]

    Permalink
  165. implicit val v_v_Idempotent_Op_Float_OpAdd: BinaryRegistry[Vector[Float], Vector[Float], OpAdd.type, Vector[Float]]

    Permalink
  166. implicit val v_v_Idempotent_Op_Float_OpSub: BinaryRegistry[Vector[Float], Vector[Float], OpSub.type, Vector[Float]]

    Permalink
  167. implicit val v_v_Idempotent_Op_Int_OpAdd: BinaryRegistry[Vector[Int], Vector[Int], OpAdd.type, Vector[Int]]

    Permalink
  168. implicit val v_v_Idempotent_Op_Int_OpSub: BinaryRegistry[Vector[Int], Vector[Int], OpSub.type, Vector[Int]]

    Permalink
  169. implicit val v_v_Idempotent_Op_Long_OpAdd: BinaryRegistry[Vector[Long], Vector[Long], OpAdd.type, Vector[Long]]

    Permalink
  170. implicit val v_v_Idempotent_Op_Long_OpSub: BinaryRegistry[Vector[Long], Vector[Long], OpSub.type, Vector[Long]]

    Permalink
  171. implicit val v_v_Idempotent_UpdateOp_Double_OpAdd: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpAdd.type]

    Permalink
  172. implicit val v_v_Idempotent_UpdateOp_Double_OpSub: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpSub.type]

    Permalink
  173. implicit val v_v_Idempotent_UpdateOp_Float_OpAdd: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpAdd.type]

    Permalink
  174. implicit val v_v_Idempotent_UpdateOp_Float_OpSub: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpSub.type]

    Permalink
  175. implicit val v_v_Idempotent_UpdateOp_Int_OpAdd: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpAdd.type]

    Permalink
  176. implicit val v_v_Idempotent_UpdateOp_Int_OpSub: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpSub.type]

    Permalink
  177. implicit val v_v_Idempotent_UpdateOp_Long_OpAdd: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpAdd.type]

    Permalink
  178. implicit val v_v_Idempotent_UpdateOp_Long_OpSub: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpSub.type]

    Permalink
  179. implicit val v_v_Op_Double_OpDiv: BinaryRegistry[Vector[Double], Vector[Double], OpDiv.type, Vector[Double]]

    Permalink
  180. implicit val v_v_Op_Double_OpMod: BinaryRegistry[Vector[Double], Vector[Double], OpMod.type, Vector[Double]]

    Permalink
  181. implicit val v_v_Op_Double_OpPow: BinaryRegistry[Vector[Double], Vector[Double], OpPow.type, Vector[Double]]

    Permalink
  182. implicit val v_v_Op_Double_OpSet: BinaryRegistry[Vector[Double], Vector[Double], OpSet.type, Vector[Double]]

    Permalink
  183. implicit val v_v_Op_Float_OpDiv: BinaryRegistry[Vector[Float], Vector[Float], OpDiv.type, Vector[Float]]

    Permalink
  184. implicit val v_v_Op_Float_OpMod: BinaryRegistry[Vector[Float], Vector[Float], OpMod.type, Vector[Float]]

    Permalink
  185. implicit val v_v_Op_Float_OpPow: BinaryRegistry[Vector[Float], Vector[Float], OpPow.type, Vector[Float]]

    Permalink
  186. implicit val v_v_Op_Float_OpSet: BinaryRegistry[Vector[Float], Vector[Float], OpSet.type, Vector[Float]]

    Permalink
  187. implicit val v_v_Op_Int_OpDiv: BinaryRegistry[Vector[Int], Vector[Int], OpDiv.type, Vector[Int]]

    Permalink
  188. implicit val v_v_Op_Int_OpMod: BinaryRegistry[Vector[Int], Vector[Int], OpMod.type, Vector[Int]]

    Permalink
  189. implicit val v_v_Op_Int_OpPow: BinaryRegistry[Vector[Int], Vector[Int], OpPow.type, Vector[Int]]

    Permalink
  190. implicit val v_v_Op_Int_OpSet: BinaryRegistry[Vector[Int], Vector[Int], OpSet.type, Vector[Int]]

    Permalink
  191. implicit val v_v_Op_Long_OpDiv: BinaryRegistry[Vector[Long], Vector[Long], OpDiv.type, Vector[Long]]

    Permalink
  192. implicit val v_v_Op_Long_OpMod: BinaryRegistry[Vector[Long], Vector[Long], OpMod.type, Vector[Long]]

    Permalink
  193. implicit val v_v_Op_Long_OpPow: BinaryRegistry[Vector[Long], Vector[Long], OpPow.type, Vector[Long]]

    Permalink
  194. implicit val v_v_Op_Long_OpSet: BinaryRegistry[Vector[Long], Vector[Long], OpSet.type, Vector[Long]]

    Permalink
  195. implicit val v_v_UpdateOp_Double_OpDiv: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpDiv.type]

    Permalink
  196. implicit val v_v_UpdateOp_Double_OpMod: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpMod.type]

    Permalink
  197. implicit val v_v_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpMulScalar.type]

    Permalink
  198. implicit val v_v_UpdateOp_Double_OpPow: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpPow.type]

    Permalink
  199. implicit val v_v_UpdateOp_Double_OpSet: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpSet.type]

    Permalink
  200. implicit val v_v_UpdateOp_Float_OpDiv: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpDiv.type]

    Permalink
  201. implicit val v_v_UpdateOp_Float_OpMod: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpMod.type]

    Permalink
  202. implicit val v_v_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpMulScalar.type]

    Permalink
  203. implicit val v_v_UpdateOp_Float_OpPow: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpPow.type]

    Permalink
  204. implicit val v_v_UpdateOp_Float_OpSet: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpSet.type]

    Permalink
  205. implicit val v_v_UpdateOp_Int_OpDiv: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpDiv.type]

    Permalink
  206. implicit val v_v_UpdateOp_Int_OpMod: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpMod.type]

    Permalink
  207. implicit val v_v_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpMulScalar.type]

    Permalink
  208. implicit val v_v_UpdateOp_Int_OpPow: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpPow.type]

    Permalink
  209. implicit val v_v_UpdateOp_Int_OpSet: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpSet.type]

    Permalink
  210. implicit val v_v_UpdateOp_Long_OpDiv: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpDiv.type]

    Permalink
  211. implicit val v_v_UpdateOp_Long_OpMod: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpMod.type]

    Permalink
  212. implicit val v_v_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpMulScalar.type]

    Permalink
  213. implicit val v_v_UpdateOp_Long_OpPow: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpPow.type]

    Permalink
  214. implicit val v_v_UpdateOp_Long_OpSet: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpSet.type]

    Permalink
  215. implicit val v_v_nilpotent_Op_Double: BinaryRegistry[Vector[Double], Vector[Double], OpMulScalar.type, Vector[Double]]

    Permalink
  216. implicit val v_v_nilpotent_Op_Float: BinaryRegistry[Vector[Float], Vector[Float], OpMulScalar.type, Vector[Float]]

    Permalink
  217. implicit val v_v_nilpotent_Op_Int: BinaryRegistry[Vector[Int], Vector[Int], OpMulScalar.type, Vector[Int]]

    Permalink
  218. implicit val v_v_nilpotent_Op_Long: BinaryRegistry[Vector[Long], Vector[Long], OpMulScalar.type, Vector[Long]]

    Permalink
  219. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  222. implicit val zipValuesImpl_V_V_Double: BinaryRegistry[Vector[Double], Vector[Double], zipValues.type, ZippedValues[Double, Double]]

    Permalink
  223. implicit val zipValuesImpl_V_V_Float: BinaryRegistry[Vector[Float], Vector[Float], zipValues.type, ZippedValues[Float, Float]]

    Permalink
  224. implicit val zipValuesImpl_V_V_Int: BinaryRegistry[Vector[Int], Vector[Int], zipValues.type, ZippedValues[Int, Int]]

    Permalink
  225. implicit val zipValuesImpl_V_V_Long: BinaryRegistry[Vector[Long], Vector[Long], zipValues.type, ZippedValues[Long, Long]]

    Permalink
  226. implicit def zipValuesSubclass[Vec1, Vec2, T, U](implicit view1: <:<[Vec1, Vector[T]], view2: <:<[Vec2, Vector[U]], op: zipValues.Impl2[Vector[T], Vector[U], ZippedValues[T, U]]): zipValues.Impl2[Vec1, Vec2, ZippedValues[T, U]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped