Trait

breeze.linalg.operators

DenseVectorOps

Related Doc: package operators

Permalink

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
Visibility
  1. Public
  2. All

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]): scaleAdd.InPlaceImpl3[DenseVector[V], V, DenseVector[V]]

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

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

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

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

    Permalink
  10. 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]]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  24. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  226. 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]]

    Permalink
    Definition Classes
    DenseVector_GenericOps
  227. 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]]

    Permalink
    Definition Classes
    DenseVector_GenericOps
  228. 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]]

    Permalink
    Definition Classes
    DenseVector_GenericOps
  229. 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]]

    Permalink
    Definition Classes
    DenseVector_GenericOps
  230. 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]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DenseVector_GenericOps

Inherited from AnyRef

Inherited from Any

Ungrouped