breeze.linalg.operators

DenseVectorOps

trait DenseVectorOps extends DenseVector_GenericOps

Self Type
DenseVector.type
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DenseVectorOps
  2. DenseVector_GenericOps
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. implicit def axpy[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): scaleAdd.InPlaceImpl3[DenseVector[V], V, DenseVector[V]]

  8. implicit val axpy_Double: scaleAdd.InPlaceImpl3[DenseVector[Double], Double, DenseVector[Double]]

  9. implicit val axpy_Float: scaleAdd.InPlaceImpl3[DenseVector[Float], Float, DenseVector[Float]]

  10. implicit val axpy_Int: scaleAdd.InPlaceImpl3[DenseVector[Int], Int, DenseVector[Int]]

  11. implicit val axpy_Long: scaleAdd.InPlaceImpl3[DenseVector[Long], Long, DenseVector[Long]]

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

    Definition Classes
    DenseVector_GenericOps
  13. implicit val canDot_DV_DV_Int: OpMulInner.Impl2[DenseVector[Int], DenseVector[Int], Int]

  14. implicit val canDot_DV_DV_Long: OpMulInner.Impl2[DenseVector[Long], DenseVector[Long], Long]

  15. implicit val canDot_DV_V_Double: OpMulInner.Impl2[DenseVector[Double], Vector[Double], Double]

  16. implicit val canDot_DV_V_Float: OpMulInner.Impl2[DenseVector[Float], Vector[Float], Float]

  17. implicit val canDot_DV_V_Int: OpMulInner.Impl2[DenseVector[Int], Vector[Int], Int]

  18. implicit val canDot_DV_V_Long: OpMulInner.Impl2[DenseVector[Long], Vector[Long], Long]

  19. implicit def canGaxpy[V](implicit arg0: Semiring[V]): scaleAdd.InPlaceImpl3[DenseVector[V], V, DenseVector[V]]

    Definition Classes
    DenseVector_GenericOps
  20. implicit def canNorm[T](implicit arg0: Field[T]): norm.Impl[DenseVector[T], Double]

    Definition Classes
    DenseVector_GenericOps
  21. implicit def canNormField[T](implicit arg0: Field[T]): norm.Impl2[DenseVector[T], Double, Double]

    Definition Classes
    DenseVector_GenericOps
  22. implicit val canZipValues_DV_DV_Double: zipValues.Impl2[DenseVector[Double], DenseVector[Double], ZippedValues[Double, Double]]

  23. implicit val canZipValues_DV_DV_Float: zipValues.Impl2[DenseVector[Float], DenseVector[Float], ZippedValues[Float, Float]]

  24. implicit val canZipValues_DV_DV_Int: zipValues.Impl2[DenseVector[Int], DenseVector[Int], ZippedValues[Int, Int]]

  25. implicit val canZipValues_DV_DV_Long: zipValues.Impl2[DenseVector[Long], DenseVector[Long], ZippedValues[Long, Long]]

  26. def clone(): AnyRef

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

  28. implicit def dvAddIntoField[T](implicit field: Field[T], ct: ClassTag[T]): OpAdd.InPlaceImpl2[DenseVector[T], DenseVector[T]]

  29. implicit def dvAddIntoSField[T](implicit field: Semiring[T], ct: ClassTag[T]): OpAdd.InPlaceImpl2[DenseVector[T], T]

  30. implicit def dvAddSField[T](implicit field: Semiring[T], ct: ClassTag[T]): OpAdd.Impl2[DenseVector[T], T, DenseVector[T]]

  31. implicit def dvDivIntoField[T](implicit field: Field[T], ct: ClassTag[T]): OpDiv.InPlaceImpl2[DenseVector[T], DenseVector[T]]

  32. implicit def dvDivIntoSField[T](implicit field: Field[T], ct: ClassTag[T]): OpDiv.InPlaceImpl2[DenseVector[T], T]

  33. implicit def dvDivSField[T](implicit field: Field[T], ct: ClassTag[T]): OpDiv.Impl2[DenseVector[T], T, DenseVector[T]]

  34. implicit def dvMulIntoField[T](implicit field: Field[T], ct: ClassTag[T]): OpMulScalar.InPlaceImpl2[DenseVector[T], DenseVector[T]]

  35. implicit def dvMulScalarIntoSField[T](implicit field: Semiring[T], ct: ClassTag[T]): OpMulScalar.InPlaceImpl2[DenseVector[T], T]

  36. implicit def dvMulScalarSField[T](implicit field: Semiring[T], ct: ClassTag[T]): OpMulScalar.Impl2[DenseVector[T], T, DenseVector[T]]

  37. implicit def dvPowInto[T](implicit pow: OpPow.Impl2[T, T, T], ct: ClassTag[T]): OpPow.InPlaceImpl2[DenseVector[T], DenseVector[T]]

  38. implicit def dvPowIntoS[T](implicit pow: OpPow.Impl2[T, T, T], ct: ClassTag[T]): OpPow.InPlaceImpl2[DenseVector[T], T]

  39. implicit def dvPowS[T](implicit pow: OpPow.Impl2[T, T, T], ct: ClassTag[T]): OpPow.Impl2[DenseVector[T], T, DenseVector[T]]

  40. implicit def dvSubIntoField[T](implicit field: Field[T], ct: ClassTag[T]): OpSub.InPlaceImpl2[DenseVector[T], DenseVector[T]]

  41. implicit def dvSubIntoSField[T](implicit field: Ring[T], ct: ClassTag[T]): OpSub.InPlaceImpl2[DenseVector[T], T]

  42. implicit def dvSubSField[T](implicit field: Ring[T], ct: ClassTag[T]): OpSub.Impl2[DenseVector[T], T, DenseVector[T]]

  43. implicit val dv_dv_Op_Double_OpAdd: OpAdd.Impl2[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

  44. implicit val dv_dv_Op_Double_OpDiv: OpDiv.Impl2[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

  45. implicit val dv_dv_Op_Double_OpMod: OpMod.Impl2[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

  46. implicit val dv_dv_Op_Double_OpMulScalar: OpMulScalar.Impl2[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

  47. implicit val dv_dv_Op_Double_OpPow: OpPow.Impl2[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

  48. implicit val dv_dv_Op_Double_OpSet: OpSet.Impl2[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

  49. implicit val dv_dv_Op_Double_OpSub: OpSub.Impl2[DenseVector[Double], DenseVector[Double], DenseVector[Double]]

  50. implicit val dv_dv_Op_Float_OpAdd: OpAdd.Impl2[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

  51. implicit val dv_dv_Op_Float_OpDiv: OpDiv.Impl2[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

  52. implicit val dv_dv_Op_Float_OpMod: OpMod.Impl2[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

  53. implicit val dv_dv_Op_Float_OpMulScalar: OpMulScalar.Impl2[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

  54. implicit val dv_dv_Op_Float_OpPow: OpPow.Impl2[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

  55. implicit val dv_dv_Op_Float_OpSet: OpSet.Impl2[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

  56. implicit val dv_dv_Op_Float_OpSub: OpSub.Impl2[DenseVector[Float], DenseVector[Float], DenseVector[Float]]

  57. implicit val dv_dv_Op_Int_OpAdd: OpAdd.Impl2[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

  58. implicit val dv_dv_Op_Int_OpDiv: OpDiv.Impl2[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

  59. implicit val dv_dv_Op_Int_OpMod: OpMod.Impl2[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

  60. implicit val dv_dv_Op_Int_OpMulScalar: OpMulScalar.Impl2[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

  61. implicit val dv_dv_Op_Int_OpPow: OpPow.Impl2[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

  62. implicit val dv_dv_Op_Int_OpSet: OpSet.Impl2[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

  63. implicit val dv_dv_Op_Int_OpSub: OpSub.Impl2[DenseVector[Int], DenseVector[Int], DenseVector[Int]]

  64. implicit val dv_dv_Op_Long_OpAdd: OpAdd.Impl2[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

  65. implicit val dv_dv_Op_Long_OpDiv: OpDiv.Impl2[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

  66. implicit val dv_dv_Op_Long_OpMod: OpMod.Impl2[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

  67. implicit val dv_dv_Op_Long_OpMulScalar: OpMulScalar.Impl2[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

  68. implicit val dv_dv_Op_Long_OpPow: OpPow.Impl2[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

  69. implicit val dv_dv_Op_Long_OpSet: OpSet.Impl2[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

  70. implicit val dv_dv_Op_Long_OpSub: OpSub.Impl2[DenseVector[Long], DenseVector[Long], DenseVector[Long]]

  71. implicit val dv_dv_UpdateOp_Double_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Double], DenseVector[Double]]

  72. implicit val dv_dv_UpdateOp_Double_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Double], DenseVector[Double]]

  73. implicit val dv_dv_UpdateOp_Double_OpMod: OpMod.InPlaceImpl2[DenseVector[Double], DenseVector[Double]]

  74. implicit val dv_dv_UpdateOp_Double_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Double], DenseVector[Double]]

  75. implicit val dv_dv_UpdateOp_Double_OpPow: OpPow.InPlaceImpl2[DenseVector[Double], DenseVector[Double]]

  76. implicit val dv_dv_UpdateOp_Double_OpSet: OpSet.InPlaceImpl2[DenseVector[Double], DenseVector[Double]]

  77. implicit val dv_dv_UpdateOp_Double_OpSub: OpSub.InPlaceImpl2[DenseVector[Double], DenseVector[Double]]

  78. implicit val dv_dv_UpdateOp_Float_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Float], DenseVector[Float]]

  79. implicit val dv_dv_UpdateOp_Float_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Float], DenseVector[Float]]

  80. implicit val dv_dv_UpdateOp_Float_OpMod: OpMod.InPlaceImpl2[DenseVector[Float], DenseVector[Float]]

  81. implicit val dv_dv_UpdateOp_Float_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Float], DenseVector[Float]]

  82. implicit val dv_dv_UpdateOp_Float_OpPow: OpPow.InPlaceImpl2[DenseVector[Float], DenseVector[Float]]

  83. implicit val dv_dv_UpdateOp_Float_OpSet: OpSet.InPlaceImpl2[DenseVector[Float], DenseVector[Float]]

  84. implicit val dv_dv_UpdateOp_Float_OpSub: OpSub.InPlaceImpl2[DenseVector[Float], DenseVector[Float]]

  85. implicit val dv_dv_UpdateOp_Int_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Int], DenseVector[Int]]

  86. implicit val dv_dv_UpdateOp_Int_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Int], DenseVector[Int]]

  87. implicit val dv_dv_UpdateOp_Int_OpMod: OpMod.InPlaceImpl2[DenseVector[Int], DenseVector[Int]]

  88. implicit val dv_dv_UpdateOp_Int_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Int], DenseVector[Int]]

  89. implicit val dv_dv_UpdateOp_Int_OpPow: OpPow.InPlaceImpl2[DenseVector[Int], DenseVector[Int]]

  90. implicit val dv_dv_UpdateOp_Int_OpSet: OpSet.InPlaceImpl2[DenseVector[Int], DenseVector[Int]]

  91. implicit val dv_dv_UpdateOp_Int_OpSub: OpSub.InPlaceImpl2[DenseVector[Int], DenseVector[Int]]

  92. implicit val dv_dv_UpdateOp_Long_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Long], DenseVector[Long]]

  93. implicit val dv_dv_UpdateOp_Long_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Long], DenseVector[Long]]

  94. implicit val dv_dv_UpdateOp_Long_OpMod: OpMod.InPlaceImpl2[DenseVector[Long], DenseVector[Long]]

  95. implicit val dv_dv_UpdateOp_Long_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Long], DenseVector[Long]]

  96. implicit val dv_dv_UpdateOp_Long_OpPow: OpPow.InPlaceImpl2[DenseVector[Long], DenseVector[Long]]

  97. implicit val dv_dv_UpdateOp_Long_OpSet: OpSet.InPlaceImpl2[DenseVector[Long], DenseVector[Long]]

  98. implicit val dv_dv_UpdateOp_Long_OpSub: OpSub.InPlaceImpl2[DenseVector[Long], DenseVector[Long]]

  99. implicit val dv_s_Op_Double_OpAdd: OpAdd.Impl2[DenseVector[Double], Double, DenseVector[Double]]

  100. implicit val dv_s_Op_Double_OpDiv: OpDiv.Impl2[DenseVector[Double], Double, DenseVector[Double]]

  101. implicit val dv_s_Op_Double_OpMod: OpMod.Impl2[DenseVector[Double], Double, DenseVector[Double]]

  102. implicit val dv_s_Op_Double_OpMulMatrix: OpMulMatrix.Impl2[DenseVector[Double], Double, DenseVector[Double]]

  103. implicit val dv_s_Op_Double_OpMulScalar: OpMulScalar.Impl2[DenseVector[Double], Double, DenseVector[Double]]

  104. implicit val dv_s_Op_Double_OpPow: OpPow.Impl2[DenseVector[Double], Double, DenseVector[Double]]

  105. implicit val dv_s_Op_Double_OpSet: OpSet.Impl2[DenseVector[Double], Double, DenseVector[Double]]

  106. implicit val dv_s_Op_Double_OpSub: OpSub.Impl2[DenseVector[Double], Double, DenseVector[Double]]

  107. implicit val dv_s_Op_Float_OpAdd: OpAdd.Impl2[DenseVector[Float], Float, DenseVector[Float]]

  108. implicit val dv_s_Op_Float_OpDiv: OpDiv.Impl2[DenseVector[Float], Float, DenseVector[Float]]

  109. implicit val dv_s_Op_Float_OpMod: OpMod.Impl2[DenseVector[Float], Float, DenseVector[Float]]

  110. implicit val dv_s_Op_Float_OpMulMatrix: OpMulMatrix.Impl2[DenseVector[Float], Float, DenseVector[Float]]

  111. implicit val dv_s_Op_Float_OpMulScalar: OpMulScalar.Impl2[DenseVector[Float], Float, DenseVector[Float]]

  112. implicit val dv_s_Op_Float_OpPow: OpPow.Impl2[DenseVector[Float], Float, DenseVector[Float]]

  113. implicit val dv_s_Op_Float_OpSet: OpSet.Impl2[DenseVector[Float], Float, DenseVector[Float]]

  114. implicit val dv_s_Op_Float_OpSub: OpSub.Impl2[DenseVector[Float], Float, DenseVector[Float]]

  115. implicit val dv_s_Op_Int_OpAdd: OpAdd.Impl2[DenseVector[Int], Int, DenseVector[Int]]

  116. implicit val dv_s_Op_Int_OpDiv: OpDiv.Impl2[DenseVector[Int], Int, DenseVector[Int]]

  117. implicit val dv_s_Op_Int_OpMod: OpMod.Impl2[DenseVector[Int], Int, DenseVector[Int]]

  118. implicit val dv_s_Op_Int_OpMulMatrix: OpMulMatrix.Impl2[DenseVector[Int], Int, DenseVector[Int]]

  119. implicit val dv_s_Op_Int_OpMulScalar: OpMulScalar.Impl2[DenseVector[Int], Int, DenseVector[Int]]

  120. implicit val dv_s_Op_Int_OpPow: OpPow.Impl2[DenseVector[Int], Int, DenseVector[Int]]

  121. implicit val dv_s_Op_Int_OpSet: OpSet.Impl2[DenseVector[Int], Int, DenseVector[Int]]

  122. implicit val dv_s_Op_Int_OpSub: OpSub.Impl2[DenseVector[Int], Int, DenseVector[Int]]

  123. implicit val dv_s_Op_Long_OpAdd: OpAdd.Impl2[DenseVector[Long], Long, DenseVector[Long]]

  124. implicit val dv_s_Op_Long_OpDiv: OpDiv.Impl2[DenseVector[Long], Long, DenseVector[Long]]

  125. implicit val dv_s_Op_Long_OpMod: OpMod.Impl2[DenseVector[Long], Long, DenseVector[Long]]

  126. implicit val dv_s_Op_Long_OpMulMatrix: OpMulMatrix.Impl2[DenseVector[Long], Long, DenseVector[Long]]

  127. implicit val dv_s_Op_Long_OpMulScalar: OpMulScalar.Impl2[DenseVector[Long], Long, DenseVector[Long]]

  128. implicit val dv_s_Op_Long_OpPow: OpPow.Impl2[DenseVector[Long], Long, DenseVector[Long]]

  129. implicit val dv_s_Op_Long_OpSet: OpSet.Impl2[DenseVector[Long], Long, DenseVector[Long]]

  130. implicit val dv_s_Op_Long_OpSub: OpSub.Impl2[DenseVector[Long], Long, DenseVector[Long]]

  131. implicit val dv_s_UpdateOp_Double_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Double], Double]

  132. implicit val dv_s_UpdateOp_Double_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Double], Double]

  133. implicit val dv_s_UpdateOp_Double_OpMod: OpMod.InPlaceImpl2[DenseVector[Double], Double]

  134. implicit val dv_s_UpdateOp_Double_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseVector[Double], Double]

  135. implicit val dv_s_UpdateOp_Double_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Double], Double]

  136. implicit val dv_s_UpdateOp_Double_OpSet: OpSet.InPlaceImpl2[DenseVector[Double], Double]

  137. implicit val dv_s_UpdateOp_Double_OpSub: OpSub.InPlaceImpl2[DenseVector[Double], Double]

  138. implicit val dv_s_UpdateOp_Float_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Float], Float]

  139. implicit val dv_s_UpdateOp_Float_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Float], Float]

  140. implicit val dv_s_UpdateOp_Float_OpMod: OpMod.InPlaceImpl2[DenseVector[Float], Float]

  141. implicit val dv_s_UpdateOp_Float_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseVector[Float], Float]

  142. implicit val dv_s_UpdateOp_Float_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Float], Float]

  143. implicit val dv_s_UpdateOp_Float_OpSet: OpSet.InPlaceImpl2[DenseVector[Float], Float]

  144. implicit val dv_s_UpdateOp_Float_OpSub: OpSub.InPlaceImpl2[DenseVector[Float], Float]

  145. implicit val dv_s_UpdateOp_Int_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Int], Int]

  146. implicit val dv_s_UpdateOp_Int_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Int], Int]

  147. implicit val dv_s_UpdateOp_Int_OpMod: OpMod.InPlaceImpl2[DenseVector[Int], Int]

  148. implicit val dv_s_UpdateOp_Int_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseVector[Int], Int]

  149. implicit val dv_s_UpdateOp_Int_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Int], Int]

  150. implicit val dv_s_UpdateOp_Int_OpSet: OpSet.InPlaceImpl2[DenseVector[Int], Int]

  151. implicit val dv_s_UpdateOp_Int_OpSub: OpSub.InPlaceImpl2[DenseVector[Int], Int]

  152. implicit val dv_s_UpdateOp_Long_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Long], Long]

  153. implicit val dv_s_UpdateOp_Long_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Long], Long]

  154. implicit val dv_s_UpdateOp_Long_OpMod: OpMod.InPlaceImpl2[DenseVector[Long], Long]

  155. implicit val dv_s_UpdateOp_Long_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseVector[Long], Long]

  156. implicit val dv_s_UpdateOp_Long_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Long], Long]

  157. implicit val dv_s_UpdateOp_Long_OpSet: OpSet.InPlaceImpl2[DenseVector[Long], Long]

  158. implicit val dv_s_UpdateOp_Long_OpSub: OpSub.InPlaceImpl2[DenseVector[Long], Long]

  159. implicit val dv_v_InPlaceOp_Double_OpDiv: BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpDiv.type]

  160. implicit val dv_v_InPlaceOp_Double_OpMod: BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpMod.type]

  161. implicit val dv_v_InPlaceOp_Double_OpMulScalar: BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpMulScalar.type]

  162. implicit val dv_v_InPlaceOp_Double_OpPow: BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpPow.type]

  163. implicit val dv_v_InPlaceOp_Double_OpSet: BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpSet.type]

  164. implicit val dv_v_InPlaceOp_Float_OpDiv: BinaryUpdateRegistry[DenseVector[Float], Vector[Float], OpDiv.type]

  165. implicit val dv_v_InPlaceOp_Float_OpMod: BinaryUpdateRegistry[DenseVector[Float], Vector[Float], OpMod.type]

  166. implicit val dv_v_InPlaceOp_Float_OpMulScalar: BinaryUpdateRegistry[DenseVector[Float], Vector[Float], OpMulScalar.type]

  167. implicit val dv_v_InPlaceOp_Float_OpPow: BinaryUpdateRegistry[DenseVector[Float], Vector[Float], OpPow.type]

  168. implicit val dv_v_InPlaceOp_Float_OpSet: BinaryUpdateRegistry[DenseVector[Float], Vector[Float], OpSet.type]

  169. implicit val dv_v_InPlaceOp_Int_OpDiv: BinaryUpdateRegistry[DenseVector[Int], Vector[Int], OpDiv.type]

  170. implicit val dv_v_InPlaceOp_Int_OpMod: BinaryUpdateRegistry[DenseVector[Int], Vector[Int], OpMod.type]

  171. implicit val dv_v_InPlaceOp_Int_OpMulScalar: BinaryUpdateRegistry[DenseVector[Int], Vector[Int], OpMulScalar.type]

  172. implicit val dv_v_InPlaceOp_Int_OpPow: BinaryUpdateRegistry[DenseVector[Int], Vector[Int], OpPow.type]

  173. implicit val dv_v_InPlaceOp_Int_OpSet: BinaryUpdateRegistry[DenseVector[Int], Vector[Int], OpSet.type]

  174. implicit val dv_v_InPlaceOp_Long_OpDiv: BinaryUpdateRegistry[DenseVector[Long], Vector[Long], OpDiv.type]

  175. implicit val dv_v_InPlaceOp_Long_OpMod: BinaryUpdateRegistry[DenseVector[Long], Vector[Long], OpMod.type]

  176. implicit val dv_v_InPlaceOp_Long_OpMulScalar: BinaryUpdateRegistry[DenseVector[Long], Vector[Long], OpMulScalar.type]

  177. implicit val dv_v_InPlaceOp_Long_OpPow: BinaryUpdateRegistry[DenseVector[Long], Vector[Long], OpPow.type]

  178. implicit val dv_v_InPlaceOp_Long_OpSet: BinaryUpdateRegistry[DenseVector[Long], Vector[Long], OpSet.type]

  179. implicit val dv_v_Op_Double_OpAdd: BinaryRegistry[DenseVector[Double], Vector[Double], OpAdd.type, DenseVector[Double]]

  180. implicit val dv_v_Op_Double_OpDiv: BinaryRegistry[DenseVector[Double], Vector[Double], OpDiv.type, DenseVector[Double]]

  181. implicit val dv_v_Op_Double_OpMod: BinaryRegistry[DenseVector[Double], Vector[Double], OpMod.type, DenseVector[Double]]

  182. implicit val dv_v_Op_Double_OpMulScalar: BinaryRegistry[DenseVector[Double], Vector[Double], OpMulScalar.type, DenseVector[Double]]

  183. implicit val dv_v_Op_Double_OpPow: BinaryRegistry[DenseVector[Double], Vector[Double], OpPow.type, DenseVector[Double]]

  184. implicit val dv_v_Op_Double_OpSet: BinaryRegistry[DenseVector[Double], Vector[Double], OpSet.type, DenseVector[Double]]

  185. implicit val dv_v_Op_Double_OpSub: BinaryRegistry[DenseVector[Double], Vector[Double], OpSub.type, DenseVector[Double]]

  186. implicit val dv_v_Op_Float_OpAdd: BinaryRegistry[DenseVector[Float], Vector[Float], OpAdd.type, DenseVector[Float]]

  187. implicit val dv_v_Op_Float_OpDiv: BinaryRegistry[DenseVector[Float], Vector[Float], OpDiv.type, DenseVector[Float]]

  188. implicit val dv_v_Op_Float_OpMod: BinaryRegistry[DenseVector[Float], Vector[Float], OpMod.type, DenseVector[Float]]

  189. implicit val dv_v_Op_Float_OpMulScalar: BinaryRegistry[DenseVector[Float], Vector[Float], OpMulScalar.type, DenseVector[Float]]

  190. implicit val dv_v_Op_Float_OpPow: BinaryRegistry[DenseVector[Float], Vector[Float], OpPow.type, DenseVector[Float]]

  191. implicit val dv_v_Op_Float_OpSet: BinaryRegistry[DenseVector[Float], Vector[Float], OpSet.type, DenseVector[Float]]

  192. implicit val dv_v_Op_Float_OpSub: BinaryRegistry[DenseVector[Float], Vector[Float], OpSub.type, DenseVector[Float]]

  193. implicit val dv_v_Op_Int_OpAdd: BinaryRegistry[DenseVector[Int], Vector[Int], OpAdd.type, DenseVector[Int]]

  194. implicit val dv_v_Op_Int_OpDiv: BinaryRegistry[DenseVector[Int], Vector[Int], OpDiv.type, DenseVector[Int]]

  195. implicit val dv_v_Op_Int_OpMod: BinaryRegistry[DenseVector[Int], Vector[Int], OpMod.type, DenseVector[Int]]

  196. implicit val dv_v_Op_Int_OpMulScalar: BinaryRegistry[DenseVector[Int], Vector[Int], OpMulScalar.type, DenseVector[Int]]

  197. implicit val dv_v_Op_Int_OpPow: BinaryRegistry[DenseVector[Int], Vector[Int], OpPow.type, DenseVector[Int]]

  198. implicit val dv_v_Op_Int_OpSet: BinaryRegistry[DenseVector[Int], Vector[Int], OpSet.type, DenseVector[Int]]

  199. implicit val dv_v_Op_Int_OpSub: BinaryRegistry[DenseVector[Int], Vector[Int], OpSub.type, DenseVector[Int]]

  200. implicit val dv_v_Op_Long_OpAdd: BinaryRegistry[DenseVector[Long], Vector[Long], OpAdd.type, DenseVector[Long]]

  201. implicit val dv_v_Op_Long_OpDiv: BinaryRegistry[DenseVector[Long], Vector[Long], OpDiv.type, DenseVector[Long]]

  202. implicit val dv_v_Op_Long_OpMod: BinaryRegistry[DenseVector[Long], Vector[Long], OpMod.type, DenseVector[Long]]

  203. implicit val dv_v_Op_Long_OpMulScalar: BinaryRegistry[DenseVector[Long], Vector[Long], OpMulScalar.type, DenseVector[Long]]

  204. implicit val dv_v_Op_Long_OpPow: BinaryRegistry[DenseVector[Long], Vector[Long], OpPow.type, DenseVector[Long]]

  205. implicit val dv_v_Op_Long_OpSet: BinaryRegistry[DenseVector[Long], Vector[Long], OpSet.type, DenseVector[Long]]

  206. implicit val dv_v_Op_Long_OpSub: BinaryRegistry[DenseVector[Long], Vector[Long], OpSub.type, DenseVector[Long]]

  207. implicit val dv_v_ZeroIdempotent_InPlaceOp_Double_OpAdd: BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpAdd.type]

  208. implicit val dv_v_ZeroIdempotent_InPlaceOp_Double_OpSub: BinaryUpdateRegistry[DenseVector[Double], Vector[Double], OpSub.type]

  209. implicit val dv_v_ZeroIdempotent_InPlaceOp_Float_OpAdd: BinaryUpdateRegistry[DenseVector[Float], Vector[Float], OpAdd.type]

  210. implicit val dv_v_ZeroIdempotent_InPlaceOp_Float_OpSub: BinaryUpdateRegistry[DenseVector[Float], Vector[Float], OpSub.type]

  211. implicit val dv_v_ZeroIdempotent_InPlaceOp_Int_OpAdd: BinaryUpdateRegistry[DenseVector[Int], Vector[Int], OpAdd.type]

  212. implicit val dv_v_ZeroIdempotent_InPlaceOp_Int_OpSub: BinaryUpdateRegistry[DenseVector[Int], Vector[Int], OpSub.type]

  213. implicit val dv_v_ZeroIdempotent_InPlaceOp_Long_OpAdd: BinaryUpdateRegistry[DenseVector[Long], Vector[Long], OpAdd.type]

  214. implicit val dv_v_ZeroIdempotent_InPlaceOp_Long_OpSub: BinaryUpdateRegistry[DenseVector[Long], Vector[Long], OpSub.type]

  215. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  220. implicit def implOpSet_DV_DV_InPlace[V]: OpSet.InPlaceImpl2[DenseVector[V], DenseVector[V]]

    Definition Classes
    DenseVector_GenericOps
  221. implicit def implOpSet_DV_V_InPlace[V]: OpSet.InPlaceImpl2[DenseVector[V], V]

    Definition Classes
    DenseVector_GenericOps
  222. implicit def implOpSet_DV_Vector_InPlace[T, Vec](implicit ev: <:<[Vec, Vector[T]]): OpSet.InPlaceImpl2[DenseVector[T], Vec]

    Definition Classes
    DenseVector_GenericOps
  223. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  224. implicit def liftDMOpToDVTransposeOp[Tag, V, LHS, R](implicit op: UImpl2[Tag, LHS, DenseMatrix[V], R]): UImpl2[Tag, LHS, Transpose[DenseVector[V]], R]

    Definition Classes
    DenseVector_GenericOps
  225. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  226. final def notify(): Unit

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

    Definition Classes
    AnyRef
  228. implicit def pureFromUpdate[T, Other, Op <: OpType](op: InPlaceImpl2[Op, DenseVector[T], Other])(implicit copy: CanCopy[DenseVector[T]]): UImpl2[Op, DenseVector[T], Other, DenseVector[T]]

    Definition Classes
    DenseVector_GenericOps
  229. implicit def pureFromUpdate_Double[Other, Op <: OpType](op: InPlaceImpl2[Op, DenseVector[Double], Other])(implicit copy: CanCopy[DenseVector[Double]]): UImpl2[Op, DenseVector[Double], Other, DenseVector[Double]]

    Definition Classes
    DenseVector_GenericOps
  230. implicit def pureFromUpdate_Float[Other, Op <: OpType](op: InPlaceImpl2[Op, DenseVector[Float], Other])(implicit copy: CanCopy[DenseVector[Float]]): UImpl2[Op, DenseVector[Float], Other, DenseVector[Float]]

    Definition Classes
    DenseVector_GenericOps
  231. implicit def pureFromUpdate_Int[Other, Op <: OpType](op: InPlaceImpl2[Op, DenseVector[Int], Other])(implicit copy: CanCopy[DenseVector[Int]]): UImpl2[Op, DenseVector[Int], Other, DenseVector[Int]]

    Definition Classes
    DenseVector_GenericOps
  232. implicit def pureFromUpdate_Long[Other, Op <: OpType](op: InPlaceImpl2[Op, DenseVector[Long], Other])(implicit copy: CanCopy[DenseVector[Long]]): UImpl2[Op, DenseVector[Long], Other, DenseVector[Long]]

    Definition Classes
    DenseVector_GenericOps
  233. implicit val s_dv_Op_Double_OpAdd: OpAdd.Impl2[Double, DenseVector[Double], DenseVector[Double]]

  234. implicit val s_dv_Op_Double_OpDiv: OpDiv.Impl2[Double, DenseVector[Double], DenseVector[Double]]

  235. implicit val s_dv_Op_Double_OpMod: OpMod.Impl2[Double, DenseVector[Double], DenseVector[Double]]

  236. implicit val s_dv_Op_Double_OpMulMatrix: OpMulMatrix.Impl2[Double, DenseVector[Double], DenseVector[Double]]

  237. implicit val s_dv_Op_Double_OpMulScalar: OpMulScalar.Impl2[Double, DenseVector[Double], DenseVector[Double]]

  238. implicit val s_dv_Op_Double_OpPow: OpPow.Impl2[Double, DenseVector[Double], DenseVector[Double]]

  239. implicit val s_dv_Op_Double_OpSet: OpSet.Impl2[Double, DenseVector[Double], DenseVector[Double]]

  240. implicit val s_dv_Op_Double_OpSub: OpSub.Impl2[Double, DenseVector[Double], DenseVector[Double]]

  241. implicit val s_dv_Op_Float_OpAdd: OpAdd.Impl2[Float, DenseVector[Float], DenseVector[Float]]

  242. implicit val s_dv_Op_Float_OpDiv: OpDiv.Impl2[Float, DenseVector[Float], DenseVector[Float]]

  243. implicit val s_dv_Op_Float_OpMod: OpMod.Impl2[Float, DenseVector[Float], DenseVector[Float]]

  244. implicit val s_dv_Op_Float_OpMulMatrix: OpMulMatrix.Impl2[Float, DenseVector[Float], DenseVector[Float]]

  245. implicit val s_dv_Op_Float_OpMulScalar: OpMulScalar.Impl2[Float, DenseVector[Float], DenseVector[Float]]

  246. implicit val s_dv_Op_Float_OpPow: OpPow.Impl2[Float, DenseVector[Float], DenseVector[Float]]

  247. implicit val s_dv_Op_Float_OpSet: OpSet.Impl2[Float, DenseVector[Float], DenseVector[Float]]

  248. implicit val s_dv_Op_Float_OpSub: OpSub.Impl2[Float, DenseVector[Float], DenseVector[Float]]

  249. implicit val s_dv_Op_Int_OpAdd: OpAdd.Impl2[Int, DenseVector[Int], DenseVector[Int]]

  250. implicit val s_dv_Op_Int_OpDiv: OpDiv.Impl2[Int, DenseVector[Int], DenseVector[Int]]

  251. implicit val s_dv_Op_Int_OpMod: OpMod.Impl2[Int, DenseVector[Int], DenseVector[Int]]

  252. implicit val s_dv_Op_Int_OpMulMatrix: OpMulMatrix.Impl2[Int, DenseVector[Int], DenseVector[Int]]

  253. implicit val s_dv_Op_Int_OpMulScalar: OpMulScalar.Impl2[Int, DenseVector[Int], DenseVector[Int]]

  254. implicit val s_dv_Op_Int_OpPow: OpPow.Impl2[Int, DenseVector[Int], DenseVector[Int]]

  255. implicit val s_dv_Op_Int_OpSet: OpSet.Impl2[Int, DenseVector[Int], DenseVector[Int]]

  256. implicit val s_dv_Op_Int_OpSub: OpSub.Impl2[Int, DenseVector[Int], DenseVector[Int]]

  257. implicit val s_dv_Op_Long_OpAdd: OpAdd.Impl2[Long, DenseVector[Long], DenseVector[Long]]

  258. implicit val s_dv_Op_Long_OpDiv: OpDiv.Impl2[Long, DenseVector[Long], DenseVector[Long]]

  259. implicit val s_dv_Op_Long_OpMod: OpMod.Impl2[Long, DenseVector[Long], DenseVector[Long]]

  260. implicit val s_dv_Op_Long_OpMulMatrix: OpMulMatrix.Impl2[Long, DenseVector[Long], DenseVector[Long]]

  261. implicit val s_dv_Op_Long_OpMulScalar: OpMulScalar.Impl2[Long, DenseVector[Long], DenseVector[Long]]

  262. implicit val s_dv_Op_Long_OpPow: OpPow.Impl2[Long, DenseVector[Long], DenseVector[Long]]

  263. implicit val s_dv_Op_Long_OpSet: OpSet.Impl2[Long, DenseVector[Long], DenseVector[Long]]

  264. implicit val s_dv_Op_Long_OpSub: OpSub.Impl2[Long, DenseVector[Long], DenseVector[Long]]

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

    Definition Classes
    AnyRef
  266. def toString(): String

    Definition Classes
    AnyRef → Any
  267. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DenseVector_GenericOps

Inherited from AnyRef

Inherited from Any

Ungrouped