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 val axpy_BigInt: scaleAdd.InPlaceImpl3[DenseVector[BigInt], BigInt, DenseVector[BigInt]]

  8. implicit val axpy_Complex: scaleAdd.InPlaceImpl3[DenseVector[Complex], Complex, DenseVector[Complex]]

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

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

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

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

  13. implicit val canDot_DV_DV_BigInt: OpMulInner.Impl2[DenseVector[BigInt], DenseVector[BigInt], BigInt]

  14. implicit val canDot_DV_DV_Complex: OpMulInner.Impl2[DenseVector[Complex], DenseVector[Complex], Complex]

  15. implicit val canDot_DV_DV_Int: OpMulInner.Impl2[DenseVector[Int], DenseVector[Int], Int]

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

  17. implicit val canDot_DV_V_BigInt: OpMulInner.Impl2[DenseVector[BigInt], Vector[BigInt], BigInt]

  18. implicit val canDot_DV_V_Complex: OpMulInner.Impl2[DenseVector[Complex], Vector[Complex], Complex]

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

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

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

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

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

    Definition Classes
    DenseVector_GenericOps
  24. implicit def canSet_DV_DV_Generic[V]: OpSet.InPlaceImpl2[DenseVector[V], DenseVector[V]]

    Definition Classes
    DenseVector_GenericOps
  25. implicit def canSet_DV_Generic[V]: OpSet.InPlaceImpl2[DenseVector[V], V]

    Definition Classes
    DenseVector_GenericOps
  26. implicit val canZipValues_DV_DV_BigInt: zipValues.Impl2[DenseVector[BigInt], DenseVector[BigInt], ZippedValues[BigInt, BigInt]]

  27. implicit val canZipValues_DV_DV_Complex: zipValues.Impl2[DenseVector[Complex], DenseVector[Complex], ZippedValues[Complex, Complex]]

  28. implicit val canZipValues_DV_DV_Double: zipValues.Impl2[DenseVector[Double], DenseVector[Double], ZippedValues[Double, Double]]

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

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

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

  32. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. implicit val dv_dv_Op_BigInt_OpAdd: OpAdd.Impl2[DenseVector[BigInt], DenseVector[BigInt], DenseVector[BigInt]]

  34. implicit val dv_dv_Op_BigInt_OpDiv: OpDiv.Impl2[DenseVector[BigInt], DenseVector[BigInt], DenseVector[BigInt]]

  35. implicit val dv_dv_Op_BigInt_OpMod: OpMod.Impl2[DenseVector[BigInt], DenseVector[BigInt], DenseVector[BigInt]]

  36. implicit val dv_dv_Op_BigInt_OpMulScalar: OpMulScalar.Impl2[DenseVector[BigInt], DenseVector[BigInt], DenseVector[BigInt]]

  37. implicit val dv_dv_Op_BigInt_OpSet: OpSet.Impl2[DenseVector[BigInt], DenseVector[BigInt], DenseVector[BigInt]]

  38. implicit val dv_dv_Op_BigInt_OpSub: OpSub.Impl2[DenseVector[BigInt], DenseVector[BigInt], DenseVector[BigInt]]

  39. implicit val dv_dv_Op_Complex_OpAdd: OpAdd.Impl2[DenseVector[Complex], DenseVector[Complex], DenseVector[Complex]]

  40. implicit val dv_dv_Op_Complex_OpDiv: OpDiv.Impl2[DenseVector[Complex], DenseVector[Complex], DenseVector[Complex]]

  41. implicit val dv_dv_Op_Complex_OpMulScalar: OpMulScalar.Impl2[DenseVector[Complex], DenseVector[Complex], DenseVector[Complex]]

  42. implicit val dv_dv_Op_Complex_OpPow: OpPow.Impl2[DenseVector[Complex], DenseVector[Complex], DenseVector[Complex]]

  43. implicit val dv_dv_Op_Complex_OpSet: OpSet.Impl2[DenseVector[Complex], DenseVector[Complex], DenseVector[Complex]]

  44. implicit val dv_dv_Op_Complex_OpSub: OpSub.Impl2[DenseVector[Complex], DenseVector[Complex], DenseVector[Complex]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  73. implicit val dv_dv_UpdateOp_BigInt_OpAdd: OpAdd.InPlaceImpl2[DenseVector[BigInt], DenseVector[BigInt]]

  74. implicit val dv_dv_UpdateOp_BigInt_OpDiv: OpDiv.InPlaceImpl2[DenseVector[BigInt], DenseVector[BigInt]]

  75. implicit val dv_dv_UpdateOp_BigInt_OpMod: OpMod.InPlaceImpl2[DenseVector[BigInt], DenseVector[BigInt]]

  76. implicit val dv_dv_UpdateOp_BigInt_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[BigInt], DenseVector[BigInt]]

  77. implicit val dv_dv_UpdateOp_BigInt_OpSet: OpSet.InPlaceImpl2[DenseVector[BigInt], DenseVector[BigInt]]

  78. implicit val dv_dv_UpdateOp_BigInt_OpSub: OpSub.InPlaceImpl2[DenseVector[BigInt], DenseVector[BigInt]]

  79. implicit val dv_dv_UpdateOp_Complex_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Complex], DenseVector[Complex]]

  80. implicit val dv_dv_UpdateOp_Complex_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Complex], DenseVector[Complex]]

  81. implicit val dv_dv_UpdateOp_Complex_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Complex], DenseVector[Complex]]

  82. implicit val dv_dv_UpdateOp_Complex_OpPow: OpPow.InPlaceImpl2[DenseVector[Complex], DenseVector[Complex]]

  83. implicit val dv_dv_UpdateOp_Complex_OpSet: OpSet.InPlaceImpl2[DenseVector[Complex], DenseVector[Complex]]

  84. implicit val dv_dv_UpdateOp_Complex_OpSub: OpSub.InPlaceImpl2[DenseVector[Complex], DenseVector[Complex]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  113. implicit val dv_s_Op_BigInt_OpAdd: OpAdd.Impl2[DenseVector[BigInt], BigInt, DenseVector[BigInt]]

  114. implicit val dv_s_Op_BigInt_OpDiv: OpDiv.Impl2[DenseVector[BigInt], BigInt, DenseVector[BigInt]]

  115. implicit val dv_s_Op_BigInt_OpMod: OpMod.Impl2[DenseVector[BigInt], BigInt, DenseVector[BigInt]]

  116. implicit val dv_s_Op_BigInt_OpMulMatrix: OpMulMatrix.Impl2[DenseVector[BigInt], BigInt, DenseVector[BigInt]]

  117. implicit val dv_s_Op_BigInt_OpMulScalar: OpMulScalar.Impl2[DenseVector[BigInt], BigInt, DenseVector[BigInt]]

  118. implicit val dv_s_Op_BigInt_OpSet: OpSet.Impl2[DenseVector[BigInt], BigInt, DenseVector[BigInt]]

  119. implicit val dv_s_Op_BigInt_OpSub: OpSub.Impl2[DenseVector[BigInt], BigInt, DenseVector[BigInt]]

  120. implicit val dv_s_Op_Complex_OpAdd: OpAdd.Impl2[DenseVector[Complex], Complex, DenseVector[Complex]]

  121. implicit val dv_s_Op_Complex_OpDiv: OpDiv.Impl2[DenseVector[Complex], Complex, DenseVector[Complex]]

  122. implicit val dv_s_Op_Complex_OpMulMatrix: OpMulMatrix.Impl2[DenseVector[Complex], Complex, DenseVector[Complex]]

  123. implicit val dv_s_Op_Complex_OpMulScalar: OpMulScalar.Impl2[DenseVector[Complex], Complex, DenseVector[Complex]]

  124. implicit val dv_s_Op_Complex_OpPow: OpPow.Impl2[DenseVector[Complex], Complex, DenseVector[Complex]]

  125. implicit val dv_s_Op_Complex_OpSet: OpSet.Impl2[DenseVector[Complex], Complex, DenseVector[Complex]]

  126. implicit val dv_s_Op_Complex_OpSub: OpSub.Impl2[DenseVector[Complex], Complex, DenseVector[Complex]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  159. implicit val dv_s_UpdateOp_BigInt_OpAdd: OpAdd.InPlaceImpl2[DenseVector[BigInt], BigInt]

  160. implicit val dv_s_UpdateOp_BigInt_OpDiv: OpDiv.InPlaceImpl2[DenseVector[BigInt], BigInt]

  161. implicit val dv_s_UpdateOp_BigInt_OpMod: OpMod.InPlaceImpl2[DenseVector[BigInt], BigInt]

  162. implicit val dv_s_UpdateOp_BigInt_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseVector[BigInt], BigInt]

  163. implicit val dv_s_UpdateOp_BigInt_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[BigInt], BigInt]

  164. implicit val dv_s_UpdateOp_BigInt_OpSet: OpSet.InPlaceImpl2[DenseVector[BigInt], BigInt]

  165. implicit val dv_s_UpdateOp_BigInt_OpSub: OpSub.InPlaceImpl2[DenseVector[BigInt], BigInt]

  166. implicit val dv_s_UpdateOp_Complex_OpAdd: OpAdd.InPlaceImpl2[DenseVector[Complex], Complex]

  167. implicit val dv_s_UpdateOp_Complex_OpDiv: OpDiv.InPlaceImpl2[DenseVector[Complex], Complex]

  168. implicit val dv_s_UpdateOp_Complex_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseVector[Complex], Complex]

  169. implicit val dv_s_UpdateOp_Complex_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseVector[Complex], Complex]

  170. implicit val dv_s_UpdateOp_Complex_OpSet: OpSet.InPlaceImpl2[DenseVector[Complex], Complex]

  171. implicit val dv_s_UpdateOp_Complex_OpSub: OpSub.InPlaceImpl2[DenseVector[Complex], Complex]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  200. implicit val dv_v_InPlaceOp_BigInt_OpDiv: BinaryUpdateRegistry[DenseVector[BigInt], Vector[BigInt], OpDiv.type]

  201. implicit val dv_v_InPlaceOp_BigInt_OpMod: BinaryUpdateRegistry[DenseVector[BigInt], Vector[BigInt], OpMod.type]

  202. implicit val dv_v_InPlaceOp_BigInt_OpMulScalar: BinaryUpdateRegistry[DenseVector[BigInt], Vector[BigInt], OpMulScalar.type]

  203. implicit val dv_v_InPlaceOp_BigInt_OpSet: BinaryUpdateRegistry[DenseVector[BigInt], Vector[BigInt], OpSet.type]

  204. implicit val dv_v_InPlaceOp_Complex_OpDiv: BinaryUpdateRegistry[DenseVector[Complex], Vector[Complex], OpDiv.type]

  205. implicit val dv_v_InPlaceOp_Complex_OpMulScalar: BinaryUpdateRegistry[DenseVector[Complex], Vector[Complex], OpMulScalar.type]

  206. implicit val dv_v_InPlaceOp_Complex_OpPow: BinaryUpdateRegistry[DenseVector[Complex], Vector[Complex], OpPow.type]

  207. implicit val dv_v_InPlaceOp_Complex_OpSet: BinaryUpdateRegistry[DenseVector[Complex], Vector[Complex], OpSet.type]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  228. implicit def dv_v_OpSet[T, Vec](implicit ev: <:<[Vec, Vector[T]]): OpSet.InPlaceImpl2[DenseVector[T], Vec]

    Definition Classes
    DenseVector_GenericOps
  229. implicit val dv_v_Op_BigInt_OpAdd: BinaryRegistry[DenseVector[BigInt], Vector[BigInt], OpAdd.type, DenseVector[BigInt]]

  230. implicit val dv_v_Op_BigInt_OpDiv: BinaryRegistry[DenseVector[BigInt], Vector[BigInt], OpDiv.type, DenseVector[BigInt]]

  231. implicit val dv_v_Op_BigInt_OpMod: BinaryRegistry[DenseVector[BigInt], Vector[BigInt], OpMod.type, DenseVector[BigInt]]

  232. implicit val dv_v_Op_BigInt_OpMulScalar: BinaryRegistry[DenseVector[BigInt], Vector[BigInt], OpMulScalar.type, DenseVector[BigInt]]

  233. implicit val dv_v_Op_BigInt_OpSet: BinaryRegistry[DenseVector[BigInt], Vector[BigInt], OpSet.type, DenseVector[BigInt]]

  234. implicit val dv_v_Op_BigInt_OpSub: BinaryRegistry[DenseVector[BigInt], Vector[BigInt], OpSub.type, DenseVector[BigInt]]

  235. implicit val dv_v_Op_Complex_OpAdd: BinaryRegistry[DenseVector[Complex], Vector[Complex], OpAdd.type, DenseVector[Complex]]

  236. implicit val dv_v_Op_Complex_OpDiv: BinaryRegistry[DenseVector[Complex], Vector[Complex], OpDiv.type, DenseVector[Complex]]

  237. implicit val dv_v_Op_Complex_OpMulScalar: BinaryRegistry[DenseVector[Complex], Vector[Complex], OpMulScalar.type, DenseVector[Complex]]

  238. implicit val dv_v_Op_Complex_OpPow: BinaryRegistry[DenseVector[Complex], Vector[Complex], OpPow.type, DenseVector[Complex]]

  239. implicit val dv_v_Op_Complex_OpSet: BinaryRegistry[DenseVector[Complex], Vector[Complex], OpSet.type, DenseVector[Complex]]

  240. implicit val dv_v_Op_Complex_OpSub: BinaryRegistry[DenseVector[Complex], Vector[Complex], OpSub.type, DenseVector[Complex]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  269. implicit val dv_v_ZeroIdempotent_InPlaceOp_BigInt_OpAdd: BinaryUpdateRegistry[DenseVector[BigInt], Vector[BigInt], OpAdd.type]

  270. implicit val dv_v_ZeroIdempotent_InPlaceOp_BigInt_OpSub: BinaryUpdateRegistry[DenseVector[BigInt], Vector[BigInt], OpSub.type]

  271. implicit val dv_v_ZeroIdempotent_InPlaceOp_Complex_OpAdd: BinaryUpdateRegistry[DenseVector[Complex], Vector[Complex], OpAdd.type]

  272. implicit val dv_v_ZeroIdempotent_InPlaceOp_Complex_OpSub: BinaryUpdateRegistry[DenseVector[Complex], Vector[Complex], OpSub.type]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  286. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  287. 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
  288. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  291. 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
  292. implicit def pureFromUpdate_BigInt[Other, Op <: OpType](op: InPlaceImpl2[Op, DenseVector[BigInt], Other])(implicit copy: CanCopy[DenseVector[BigInt]]): UImpl2[Op, DenseVector[BigInt], Other, DenseVector[BigInt]]

    Definition Classes
    DenseVector_GenericOps
  293. implicit def pureFromUpdate_Complex[Other, Op <: OpType](op: InPlaceImpl2[Op, DenseVector[Complex], Other])(implicit copy: CanCopy[DenseVector[Complex]]): UImpl2[Op, DenseVector[Complex], Other, DenseVector[Complex]]

    Definition Classes
    DenseVector_GenericOps
  294. 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
  295. 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
  296. 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
  297. 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
  298. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  299. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from DenseVector_GenericOps

Inherited from AnyRef

Inherited from Any

Ungrouped