breeze.linalg.operators

SparseVectorOps

trait SparseVectorOps extends AnyRef

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

Type Members

  1. class CanZipMapValuesSparseVector[V, RV] extends CanZipMapValues[SparseVector[V], V, RV, SparseVector[RV]]

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 canNorm_BigInt: norm.Impl2[SparseVector[BigInt], Double, Double]

  8. implicit val canNorm_Complex: norm.Impl2[SparseVector[Complex], Double, Double]

  9. implicit val canNorm_Double: norm.Impl2[SparseVector[Double], Double, Double]

  10. implicit val canNorm_Float: norm.Impl2[SparseVector[Float], Double, Double]

  11. implicit val canNorm_Int: norm.Impl2[SparseVector[Int], Double, Double]

  12. implicit val canNorm_Long: norm.Impl2[SparseVector[Long], Double, Double]

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  21. implicit def negFromScale[V](implicit scale: OpMulScalar.Impl2[SparseVector[V], V, SparseVector[V]], field: Ring[V]): UImpl[OpNeg.type, SparseVector[V], SparseVector[V]]

  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. implicit def opSet[T]: OpSet.InPlaceImpl2[SparseVector[T], SparseVector[T]]

  25. implicit def opSetS[T](implicit arg0: Semiring[T], arg1: ClassTag[T]): OpSet.InPlaceImpl2[SparseVector[T], T]

  26. implicit val sv_s_Op_BigInt_OpAdd: OpAdd.Impl2[SparseVector[BigInt], BigInt, SparseVector[BigInt]]

  27. implicit val sv_s_Op_BigInt_OpDiv: OpDiv.Impl2[SparseVector[BigInt], BigInt, SparseVector[BigInt]]

  28. implicit val sv_s_Op_BigInt_OpMod: OpMod.Impl2[SparseVector[BigInt], BigInt, SparseVector[BigInt]]

  29. implicit val sv_s_Op_BigInt_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[BigInt], BigInt, SparseVector[BigInt]]

  30. implicit val sv_s_Op_BigInt_OpMulScalar: OpMulScalar.Impl2[SparseVector[BigInt], BigInt, SparseVector[BigInt]]

  31. implicit val sv_s_Op_BigInt_OpSet: OpSet.Impl2[SparseVector[BigInt], BigInt, SparseVector[BigInt]]

  32. implicit val sv_s_Op_BigInt_OpSub: OpSub.Impl2[SparseVector[BigInt], BigInt, SparseVector[BigInt]]

  33. implicit val sv_s_Op_Complex_OpAdd: OpAdd.Impl2[SparseVector[Complex], Complex, SparseVector[Complex]]

  34. implicit val sv_s_Op_Complex_OpDiv: OpDiv.Impl2[SparseVector[Complex], Complex, SparseVector[Complex]]

  35. implicit val sv_s_Op_Complex_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[Complex], Complex, SparseVector[Complex]]

  36. implicit val sv_s_Op_Complex_OpMulScalar: OpMulScalar.Impl2[SparseVector[Complex], Complex, SparseVector[Complex]]

  37. implicit val sv_s_Op_Complex_OpPow: OpPow.Impl2[SparseVector[Complex], Complex, SparseVector[Complex]]

  38. implicit val sv_s_Op_Complex_OpSet: OpSet.Impl2[SparseVector[Complex], Complex, SparseVector[Complex]]

  39. implicit val sv_s_Op_Complex_OpSub: OpSub.Impl2[SparseVector[Complex], Complex, SparseVector[Complex]]

  40. implicit val sv_s_Op_Double_OpAdd: OpAdd.Impl2[SparseVector[Double], Double, SparseVector[Double]]

  41. implicit val sv_s_Op_Double_OpDiv: OpDiv.Impl2[SparseVector[Double], Double, SparseVector[Double]]

  42. implicit val sv_s_Op_Double_OpMod: OpMod.Impl2[SparseVector[Double], Double, SparseVector[Double]]

  43. implicit val sv_s_Op_Double_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[Double], Double, SparseVector[Double]]

  44. implicit val sv_s_Op_Double_OpMulScalar: OpMulScalar.Impl2[SparseVector[Double], Double, SparseVector[Double]]

  45. implicit val sv_s_Op_Double_OpPow: OpPow.Impl2[SparseVector[Double], Double, SparseVector[Double]]

  46. implicit val sv_s_Op_Double_OpSet: OpSet.Impl2[SparseVector[Double], Double, SparseVector[Double]]

  47. implicit val sv_s_Op_Double_OpSub: OpSub.Impl2[SparseVector[Double], Double, SparseVector[Double]]

  48. implicit val sv_s_Op_Float_OpAdd: OpAdd.Impl2[SparseVector[Float], Float, SparseVector[Float]]

  49. implicit val sv_s_Op_Float_OpDiv: OpDiv.Impl2[SparseVector[Float], Float, SparseVector[Float]]

  50. implicit val sv_s_Op_Float_OpMod: OpMod.Impl2[SparseVector[Float], Float, SparseVector[Float]]

  51. implicit val sv_s_Op_Float_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[Float], Float, SparseVector[Float]]

  52. implicit val sv_s_Op_Float_OpMulScalar: OpMulScalar.Impl2[SparseVector[Float], Float, SparseVector[Float]]

  53. implicit val sv_s_Op_Float_OpPow: OpPow.Impl2[SparseVector[Float], Float, SparseVector[Float]]

  54. implicit val sv_s_Op_Float_OpSet: OpSet.Impl2[SparseVector[Float], Float, SparseVector[Float]]

  55. implicit val sv_s_Op_Float_OpSub: OpSub.Impl2[SparseVector[Float], Float, SparseVector[Float]]

  56. implicit val sv_s_Op_Int_OpAdd: OpAdd.Impl2[SparseVector[Int], Int, SparseVector[Int]]

  57. implicit val sv_s_Op_Int_OpDiv: OpDiv.Impl2[SparseVector[Int], Int, SparseVector[Int]]

  58. implicit val sv_s_Op_Int_OpMod: OpMod.Impl2[SparseVector[Int], Int, SparseVector[Int]]

  59. implicit val sv_s_Op_Int_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[Int], Int, SparseVector[Int]]

  60. implicit val sv_s_Op_Int_OpMulScalar: OpMulScalar.Impl2[SparseVector[Int], Int, SparseVector[Int]]

  61. implicit val sv_s_Op_Int_OpPow: OpPow.Impl2[SparseVector[Int], Int, SparseVector[Int]]

  62. implicit val sv_s_Op_Int_OpSet: OpSet.Impl2[SparseVector[Int], Int, SparseVector[Int]]

  63. implicit val sv_s_Op_Int_OpSub: OpSub.Impl2[SparseVector[Int], Int, SparseVector[Int]]

  64. implicit val sv_s_Op_Long_OpAdd: OpAdd.Impl2[SparseVector[Long], Long, SparseVector[Long]]

  65. implicit val sv_s_Op_Long_OpDiv: OpDiv.Impl2[SparseVector[Long], Long, SparseVector[Long]]

  66. implicit val sv_s_Op_Long_OpMod: OpMod.Impl2[SparseVector[Long], Long, SparseVector[Long]]

  67. implicit val sv_s_Op_Long_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[Long], Long, SparseVector[Long]]

  68. implicit val sv_s_Op_Long_OpMulScalar: OpMulScalar.Impl2[SparseVector[Long], Long, SparseVector[Long]]

  69. implicit val sv_s_Op_Long_OpPow: OpPow.Impl2[SparseVector[Long], Long, SparseVector[Long]]

  70. implicit val sv_s_Op_Long_OpSet: OpSet.Impl2[SparseVector[Long], Long, SparseVector[Long]]

  71. implicit val sv_s_Op_Long_OpSub: OpSub.Impl2[SparseVector[Long], Long, SparseVector[Long]]

  72. implicit val sv_s_Update_BigInt_OpAdd: OpAdd.InPlaceImpl2[SparseVector[BigInt], BigInt]

  73. implicit val sv_s_Update_BigInt_OpDiv: OpDiv.InPlaceImpl2[SparseVector[BigInt], BigInt]

  74. implicit val sv_s_Update_BigInt_OpMod: OpMod.InPlaceImpl2[SparseVector[BigInt], BigInt]

  75. implicit val sv_s_Update_BigInt_OpMulMatrix: OpMulMatrix.InPlaceImpl2[SparseVector[BigInt], BigInt]

  76. implicit val sv_s_Update_BigInt_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[BigInt], BigInt]

  77. implicit val sv_s_Update_BigInt_OpSub: OpSub.InPlaceImpl2[SparseVector[BigInt], BigInt]

  78. implicit val sv_s_Update_Complex_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Complex], Complex]

  79. implicit val sv_s_Update_Complex_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Complex], Complex]

  80. implicit val sv_s_Update_Complex_OpMulMatrix: OpMulMatrix.InPlaceImpl2[SparseVector[Complex], Complex]

  81. implicit val sv_s_Update_Complex_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Complex], Complex]

  82. implicit val sv_s_Update_Complex_OpPow: OpPow.InPlaceImpl2[SparseVector[Complex], Complex]

  83. implicit val sv_s_Update_Complex_OpSub: OpSub.InPlaceImpl2[SparseVector[Complex], Complex]

  84. implicit val sv_s_Update_Double_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Double], Double]

  85. implicit val sv_s_Update_Double_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Double], Double]

  86. implicit val sv_s_Update_Double_OpMod: OpMod.InPlaceImpl2[SparseVector[Double], Double]

  87. implicit val sv_s_Update_Double_OpMulMatrix: OpMulMatrix.InPlaceImpl2[SparseVector[Double], Double]

  88. implicit val sv_s_Update_Double_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Double], Double]

  89. implicit val sv_s_Update_Double_OpPow: OpPow.InPlaceImpl2[SparseVector[Double], Double]

  90. implicit val sv_s_Update_Double_OpSub: OpSub.InPlaceImpl2[SparseVector[Double], Double]

  91. implicit val sv_s_Update_Float_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Float], Float]

  92. implicit val sv_s_Update_Float_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Float], Float]

  93. implicit val sv_s_Update_Float_OpMod: OpMod.InPlaceImpl2[SparseVector[Float], Float]

  94. implicit val sv_s_Update_Float_OpMulMatrix: OpMulMatrix.InPlaceImpl2[SparseVector[Float], Float]

  95. implicit val sv_s_Update_Float_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Float], Float]

  96. implicit val sv_s_Update_Float_OpPow: OpPow.InPlaceImpl2[SparseVector[Float], Float]

  97. implicit val sv_s_Update_Float_OpSub: OpSub.InPlaceImpl2[SparseVector[Float], Float]

  98. implicit val sv_s_Update_Int_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Int], Int]

  99. implicit val sv_s_Update_Int_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Int], Int]

  100. implicit val sv_s_Update_Int_OpMod: OpMod.InPlaceImpl2[SparseVector[Int], Int]

  101. implicit val sv_s_Update_Int_OpMulMatrix: OpMulMatrix.InPlaceImpl2[SparseVector[Int], Int]

  102. implicit val sv_s_Update_Int_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Int], Int]

  103. implicit val sv_s_Update_Int_OpPow: OpPow.InPlaceImpl2[SparseVector[Int], Int]

  104. implicit val sv_s_Update_Int_OpSub: OpSub.InPlaceImpl2[SparseVector[Int], Int]

  105. implicit val sv_s_Update_Long_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Long], Long]

  106. implicit val sv_s_Update_Long_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Long], Long]

  107. implicit val sv_s_Update_Long_OpMod: OpMod.InPlaceImpl2[SparseVector[Long], Long]

  108. implicit val sv_s_Update_Long_OpMulMatrix: OpMulMatrix.InPlaceImpl2[SparseVector[Long], Long]

  109. implicit val sv_s_Update_Long_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Long], Long]

  110. implicit val sv_s_Update_Long_OpPow: OpPow.InPlaceImpl2[SparseVector[Long], Long]

  111. implicit val sv_s_Update_Long_OpSub: OpSub.InPlaceImpl2[SparseVector[Long], Long]

  112. implicit val sv_sv_Dot_BigInt: OpMulInner.Impl2[SparseVector[BigInt], SparseVector[BigInt], BigInt]

  113. implicit val sv_sv_Dot_Complex: OpMulInner.Impl2[SparseVector[Complex], SparseVector[Complex], Complex]

  114. implicit val sv_sv_Dot_Double: OpMulInner.Impl2[SparseVector[Double], SparseVector[Double], Double]

  115. implicit val sv_sv_Dot_Float: OpMulInner.Impl2[SparseVector[Float], SparseVector[Float], Float]

  116. implicit val sv_sv_Dot_Int: OpMulInner.Impl2[SparseVector[Int], SparseVector[Int], Int]

  117. implicit val sv_sv_Dot_Long: OpMulInner.Impl2[SparseVector[Long], SparseVector[Long], Long]

  118. implicit val sv_sv_Idempotent_Op_BigInt_OpAdd: OpAdd.Impl2[SparseVector[BigInt], SparseVector[BigInt], SparseVector[BigInt]]

  119. implicit val sv_sv_Idempotent_Op_BigInt_OpSub: OpSub.Impl2[SparseVector[BigInt], SparseVector[BigInt], SparseVector[BigInt]]

  120. implicit val sv_sv_Idempotent_Op_Complex_OpAdd: OpAdd.Impl2[SparseVector[Complex], SparseVector[Complex], SparseVector[Complex]]

  121. implicit val sv_sv_Idempotent_Op_Complex_OpSub: OpSub.Impl2[SparseVector[Complex], SparseVector[Complex], SparseVector[Complex]]

  122. implicit val sv_sv_Idempotent_Op_Double_OpAdd: OpAdd.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]

  123. implicit val sv_sv_Idempotent_Op_Double_OpSub: OpSub.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]

  124. implicit val sv_sv_Idempotent_Op_Float_OpAdd: OpAdd.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]

  125. implicit val sv_sv_Idempotent_Op_Float_OpSub: OpSub.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]

  126. implicit val sv_sv_Idempotent_Op_Int_OpAdd: OpAdd.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]

  127. implicit val sv_sv_Idempotent_Op_Int_OpSub: OpSub.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]

  128. implicit val sv_sv_Idempotent_Op_Long_OpAdd: OpAdd.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]

  129. implicit val sv_sv_Idempotent_Op_Long_OpSub: OpSub.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]

  130. implicit val sv_sv_OpMul_BigInt: OpMulScalar.Impl2[SparseVector[BigInt], SparseVector[BigInt], SparseVector[BigInt]]

  131. implicit val sv_sv_OpMul_Complex: OpMulScalar.Impl2[SparseVector[Complex], SparseVector[Complex], SparseVector[Complex]]

  132. implicit val sv_sv_OpMul_Double: OpMulScalar.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]

  133. implicit val sv_sv_OpMul_Float: OpMulScalar.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]

  134. implicit val sv_sv_OpMul_Int: OpMulScalar.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]

  135. implicit val sv_sv_OpMul_Long: OpMulScalar.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]

  136. implicit val sv_sv_Op_BigInt_OpDiv: OpDiv.Impl2[SparseVector[BigInt], SparseVector[BigInt], SparseVector[BigInt]]

  137. implicit val sv_sv_Op_BigInt_OpMod: OpMod.Impl2[SparseVector[BigInt], SparseVector[BigInt], SparseVector[BigInt]]

  138. implicit val sv_sv_Op_BigInt_OpSet: OpSet.Impl2[SparseVector[BigInt], SparseVector[BigInt], SparseVector[BigInt]]

  139. implicit val sv_sv_Op_Complex_OpDiv: OpDiv.Impl2[SparseVector[Complex], SparseVector[Complex], SparseVector[Complex]]

  140. implicit val sv_sv_Op_Complex_OpPow: OpPow.Impl2[SparseVector[Complex], SparseVector[Complex], SparseVector[Complex]]

  141. implicit val sv_sv_Op_Complex_OpSet: OpSet.Impl2[SparseVector[Complex], SparseVector[Complex], SparseVector[Complex]]

  142. implicit val sv_sv_Op_Double_OpDiv: OpDiv.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]

  143. implicit val sv_sv_Op_Double_OpMod: OpMod.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]

  144. implicit val sv_sv_Op_Double_OpPow: OpPow.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]

  145. implicit val sv_sv_Op_Double_OpSet: OpSet.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]

  146. implicit val sv_sv_Op_Float_OpDiv: OpDiv.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]

  147. implicit val sv_sv_Op_Float_OpMod: OpMod.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]

  148. implicit val sv_sv_Op_Float_OpPow: OpPow.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]

  149. implicit val sv_sv_Op_Float_OpSet: OpSet.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]

  150. implicit val sv_sv_Op_Int_OpDiv: OpDiv.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]

  151. implicit val sv_sv_Op_Int_OpMod: OpMod.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]

  152. implicit val sv_sv_Op_Int_OpPow: OpPow.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]

  153. implicit val sv_sv_Op_Int_OpSet: OpSet.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]

  154. implicit val sv_sv_Op_Long_OpDiv: OpDiv.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]

  155. implicit val sv_sv_Op_Long_OpMod: OpMod.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]

  156. implicit val sv_sv_Op_Long_OpPow: OpPow.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]

  157. implicit val sv_sv_Op_Long_OpSet: OpSet.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]

  158. implicit val sv_sv_Update_BigInt_OpAdd: OpAdd.InPlaceImpl2[SparseVector[BigInt], SparseVector[BigInt]]

  159. implicit val sv_sv_Update_BigInt_OpDiv: OpDiv.InPlaceImpl2[SparseVector[BigInt], SparseVector[BigInt]]

  160. implicit val sv_sv_Update_BigInt_OpMod: OpMod.InPlaceImpl2[SparseVector[BigInt], SparseVector[BigInt]]

  161. implicit val sv_sv_Update_BigInt_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[BigInt], SparseVector[BigInt]]

  162. implicit val sv_sv_Update_BigInt_OpSub: OpSub.InPlaceImpl2[SparseVector[BigInt], SparseVector[BigInt]]

  163. implicit val sv_sv_Update_Complex_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Complex], SparseVector[Complex]]

  164. implicit val sv_sv_Update_Complex_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Complex], SparseVector[Complex]]

  165. implicit val sv_sv_Update_Complex_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Complex], SparseVector[Complex]]

  166. implicit val sv_sv_Update_Complex_OpPow: OpPow.InPlaceImpl2[SparseVector[Complex], SparseVector[Complex]]

  167. implicit val sv_sv_Update_Complex_OpSub: OpSub.InPlaceImpl2[SparseVector[Complex], SparseVector[Complex]]

  168. implicit val sv_sv_Update_Double_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Double], SparseVector[Double]]

  169. implicit val sv_sv_Update_Double_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Double], SparseVector[Double]]

  170. implicit val sv_sv_Update_Double_OpMod: OpMod.InPlaceImpl2[SparseVector[Double], SparseVector[Double]]

  171. implicit val sv_sv_Update_Double_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Double], SparseVector[Double]]

  172. implicit val sv_sv_Update_Double_OpPow: OpPow.InPlaceImpl2[SparseVector[Double], SparseVector[Double]]

  173. implicit val sv_sv_Update_Double_OpSub: OpSub.InPlaceImpl2[SparseVector[Double], SparseVector[Double]]

  174. implicit val sv_sv_Update_Float_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Float], SparseVector[Float]]

  175. implicit val sv_sv_Update_Float_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Float], SparseVector[Float]]

  176. implicit val sv_sv_Update_Float_OpMod: OpMod.InPlaceImpl2[SparseVector[Float], SparseVector[Float]]

  177. implicit val sv_sv_Update_Float_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Float], SparseVector[Float]]

  178. implicit val sv_sv_Update_Float_OpPow: OpPow.InPlaceImpl2[SparseVector[Float], SparseVector[Float]]

  179. implicit val sv_sv_Update_Float_OpSub: OpSub.InPlaceImpl2[SparseVector[Float], SparseVector[Float]]

  180. implicit val sv_sv_Update_Int_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Int], SparseVector[Int]]

  181. implicit val sv_sv_Update_Int_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Int], SparseVector[Int]]

  182. implicit val sv_sv_Update_Int_OpMod: OpMod.InPlaceImpl2[SparseVector[Int], SparseVector[Int]]

  183. implicit val sv_sv_Update_Int_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Int], SparseVector[Int]]

  184. implicit val sv_sv_Update_Int_OpPow: OpPow.InPlaceImpl2[SparseVector[Int], SparseVector[Int]]

  185. implicit val sv_sv_Update_Int_OpSub: OpSub.InPlaceImpl2[SparseVector[Int], SparseVector[Int]]

  186. implicit val sv_sv_Update_Long_OpAdd: OpAdd.InPlaceImpl2[SparseVector[Long], SparseVector[Long]]

  187. implicit val sv_sv_Update_Long_OpDiv: OpDiv.InPlaceImpl2[SparseVector[Long], SparseVector[Long]]

  188. implicit val sv_sv_Update_Long_OpMod: OpMod.InPlaceImpl2[SparseVector[Long], SparseVector[Long]]

  189. implicit val sv_sv_Update_Long_OpMulScalar: OpMulScalar.InPlaceImpl2[SparseVector[Long], SparseVector[Long]]

  190. implicit val sv_sv_Update_Long_OpPow: OpPow.InPlaceImpl2[SparseVector[Long], SparseVector[Long]]

  191. implicit val sv_sv_Update_Long_OpSub: OpSub.InPlaceImpl2[SparseVector[Long], SparseVector[Long]]

  192. implicit def sv_sv_axpy_BigInt: CanAxpy[BigInt, SparseVector[BigInt], SparseVector[BigInt]]

  193. implicit def sv_sv_axpy_Complex: CanAxpy[Complex, SparseVector[Complex], SparseVector[Complex]]

  194. implicit def sv_sv_axpy_Double: CanAxpy[Double, SparseVector[Double], SparseVector[Double]]

  195. implicit def sv_sv_axpy_Float: CanAxpy[Float, SparseVector[Float], SparseVector[Float]]

  196. implicit def sv_sv_axpy_Int: CanAxpy[Int, SparseVector[Int], SparseVector[Int]]

  197. implicit def sv_sv_axpy_Long: CanAxpy[Long, SparseVector[Long], SparseVector[Long]]

  198. implicit val sv_v_Op_BigInt_OpDiv: OpDiv.Impl2[SparseVector[BigInt], Vector[BigInt], SparseVector[BigInt]]

  199. implicit val sv_v_Op_BigInt_OpMod: OpMod.Impl2[SparseVector[BigInt], Vector[BigInt], SparseVector[BigInt]]

  200. implicit val sv_v_Op_BigInt_OpSet: OpSet.Impl2[SparseVector[BigInt], Vector[BigInt], SparseVector[BigInt]]

  201. implicit val sv_v_Op_Complex_OpDiv: OpDiv.Impl2[SparseVector[Complex], Vector[Complex], SparseVector[Complex]]

  202. implicit val sv_v_Op_Complex_OpPow: OpPow.Impl2[SparseVector[Complex], Vector[Complex], SparseVector[Complex]]

  203. implicit val sv_v_Op_Complex_OpSet: OpSet.Impl2[SparseVector[Complex], Vector[Complex], SparseVector[Complex]]

  204. implicit val sv_v_Op_Double_OpDiv: OpDiv.Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]

  205. implicit val sv_v_Op_Double_OpMod: OpMod.Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]

  206. implicit val sv_v_Op_Double_OpPow: OpPow.Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]

  207. implicit val sv_v_Op_Double_OpSet: OpSet.Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]

  208. implicit val sv_v_Op_Float_OpDiv: OpDiv.Impl2[SparseVector[Float], Vector[Float], SparseVector[Float]]

  209. implicit val sv_v_Op_Float_OpMod: OpMod.Impl2[SparseVector[Float], Vector[Float], SparseVector[Float]]

  210. implicit val sv_v_Op_Float_OpPow: OpPow.Impl2[SparseVector[Float], Vector[Float], SparseVector[Float]]

  211. implicit val sv_v_Op_Float_OpSet: OpSet.Impl2[SparseVector[Float], Vector[Float], SparseVector[Float]]

  212. implicit val sv_v_Op_Int_OpDiv: OpDiv.Impl2[SparseVector[Int], Vector[Int], SparseVector[Int]]

  213. implicit val sv_v_Op_Int_OpMod: OpMod.Impl2[SparseVector[Int], Vector[Int], SparseVector[Int]]

  214. implicit val sv_v_Op_Int_OpPow: OpPow.Impl2[SparseVector[Int], Vector[Int], SparseVector[Int]]

  215. implicit val sv_v_Op_Int_OpSet: OpSet.Impl2[SparseVector[Int], Vector[Int], SparseVector[Int]]

  216. implicit val sv_v_Op_Long_OpDiv: OpDiv.Impl2[SparseVector[Long], Vector[Long], SparseVector[Long]]

  217. implicit val sv_v_Op_Long_OpMod: OpMod.Impl2[SparseVector[Long], Vector[Long], SparseVector[Long]]

  218. implicit val sv_v_Op_Long_OpPow: OpPow.Impl2[SparseVector[Long], Vector[Long], SparseVector[Long]]

  219. implicit val sv_v_Op_Long_OpSet: OpSet.Impl2[SparseVector[Long], Vector[Long], SparseVector[Long]]

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

    Definition Classes
    AnyRef
  221. def toString(): String

    Definition Classes
    AnyRef → Any
  222. def updateFromPure[T, Op <: OpType, Other](implicit op: UImpl2[Op, SparseVector[T], Other, SparseVector[T]]): InPlaceImpl2[Op, SparseVector[T], Other]

    Attributes
    protected
  223. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  226. implicit def zipMap[V, R](implicit arg0: ClassTag[R], arg1: DefaultArrayValue[R]): SparseVector.CanZipMapValuesSparseVector[V, R]

  227. implicit val zipMap_d: SparseVector.CanZipMapValuesSparseVector[Double, Double]

  228. implicit val zipMap_f: SparseVector.CanZipMapValuesSparseVector[Float, Float]

  229. implicit val zipMap_i: SparseVector.CanZipMapValuesSparseVector[Int, Int]

Inherited from AnyRef

Inherited from Any

Ungrouped