Packages

t

breeze.linalg.operators

SparseVectorExpandOps

trait SparseVectorExpandOps extends VectorOps with SparseVector_DenseMatrixOps with SparseVector_GenericOps

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SparseVectorExpandOps
  2. SparseVector_GenericOps
  3. SparseVector_DenseMatrixOps
  4. DenseMatrixMultiplyOps
  5. DenseMatrix_SetOps
  6. DenseMatrix_SlicingOps
  7. DenseMatrix_SlicingOps_LowPrio
  8. LowPriorityDenseMatrix1
  9. DenseMatrixMultOps
  10. DenseMatrixOpsLowPrio
  11. DenseMatrixExpandedOps
  12. DenseMatrix_TraversalOps
  13. DenseMatrix_GenericOps
  14. MatrixOps
  15. MatrixMultOps
  16. MatrixExpandedOpsLowPrio
  17. MatrixExpandedOps
  18. MatrixGenericOps
  19. TensorLowPrio
  20. VectorOps
  21. VectorExpandOps
  22. Vector_GenericOps
  23. Vector_TraversalOps
  24. GenericOps
  25. GenericOpsLowPrio
  26. CastOps
  27. GenericOpsLowPrio3
  28. AnyRef
  29. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class SetDMDMOp[V] extends OpSet.InPlaceImpl2[DenseMatrix[V], DenseMatrix[V]]
    Definition Classes
    DenseMatrix_SetOps
  2. class SetDMDVOp[V] extends OpSet.InPlaceImpl2[DenseMatrix[V], DenseVector[V]]
    Definition Classes
    DenseMatrix_SetOps
  3. class SetMSOp[V] extends OpSet.InPlaceImpl2[DenseMatrix[V], V]
    Definition Classes
    DenseMatrix_SetOps
  4. class CanZipMapKeyValuesSparseVector[V, RV] extends CanZipMapKeyValues[SparseVector[V], Int, V, RV, SparseVector[RV]]
  5. class CanZipMapValuesSparseVector[V, RV] extends CanZipMapValues[SparseVector[V], V, RV, SparseVector[RV]]
  6. case class ZippedVectorValues[T, U](a: Vector[T], b: Vector[U]) extends ZippedValues[T, U] with Product with Serializable
    Definition Classes
    Vector_GenericOps
  7. class CanZipMapKeyValuesVector[V, RV] extends CanZipMapKeyValues[Vector[V], Int, V, RV, Vector[RV]]
    Definition Classes
    Vector_TraversalOps
  8. class CanZipMapValuesVector[V, RV] extends CanZipMapValues[Vector[V], V, RV, Vector[RV]]
    Definition Classes
    Vector_TraversalOps

Value Members

  1. implicit object impl_OpMulMatrix_DMD_DMD_eq_DMD extends OpMulMatrix.Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixMultiplyOps
  2. implicit object impl_OpMulMatrix_DMD_DVD_eq_DVD extends OpMulMatrix.Impl2[DenseMatrix[Double], DenseVector[Double], DenseVector[Double]]
    Definition Classes
    DenseMatrixMultiplyOps
  3. implicit object impl_OpSolveMatrixBy_DMD_DMD_eq_DMD extends OpSolveMatrixBy.Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixMultiplyOps
  4. implicit object impl_OpSolveMatrixBy_DMD_DVD_eq_DVD extends OpSolveMatrixBy.Impl2[DenseMatrix[Double], DenseVector[Double], DenseVector[Double]]
    Definition Classes
    DenseMatrixMultiplyOps
  5. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def ##: Int
    Definition Classes
    AnyRef → Any
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. implicit def canCollapseCols_DM[V, R](implicit arg0: ClassTag[R]): CanCollapseAxis[DenseMatrix[V], _1.type, DenseVector[V], R, DenseVector[R]]
    Definition Classes
    LowPriorityDenseMatrix1
  10. implicit def canCollapseRows_DM[V, R](implicit arg0: ClassTag[R]): CanCollapseAxis[DenseMatrix[V], _0.type, DenseVector[V], R, Transpose[DenseVector[R]]]
    Definition Classes
    LowPriorityDenseMatrix1
  11. implicit def canCopyMatrix[V](implicit arg0: ClassTag[V]): CanCopy[Matrix[V]]
    Definition Classes
    MatrixGenericOps
  12. implicit def canCopy_DM[V](implicit arg0: ClassTag[V]): CanCopy[DenseMatrix[V]]
    Definition Classes
    DenseMatrix_TraversalOps
  13. implicit def canIterateValues_V[V]: CanTraverseValues[Vector[V], V]
    Definition Classes
    Vector_TraversalOps
  14. implicit def canMapKeyValuePairs_DM[V, R](implicit arg0: ClassTag[R]): CanMapKeyValuePairs[DenseMatrix[V], (Int, Int), V, R, DenseMatrix[R]]
    Definition Classes
    DenseMatrix_TraversalOps
  15. implicit def canMapValues_DM[V, R](implicit arg0: ClassTag[R]): CanMapValues[DenseMatrix[V], V, R, DenseMatrix[R]]
    Definition Classes
    DenseMatrix_TraversalOps
  16. implicit def canMapValues_V[V, V2](implicit arg0: Zero[V2], man: ClassTag[V2]): CanMapValues[Vector[V], V, V2, Vector[V2]]
    Definition Classes
    Vector_TraversalOps
  17. implicit def canSliceCol[V]: CanSlice2[DenseMatrix[V], ::.type, Int, DenseVector[V]]
    Definition Classes
    DenseMatrix_SlicingOps
  18. implicit def canSliceCols[V]: CanSlice2[DenseMatrix[V], ::.type, Range, DenseMatrix[V]]
    Definition Classes
    DenseMatrix_SlicingOps
  19. implicit def canSliceColsAndRows[V]: CanSlice2[DenseMatrix[V], Range, Range, DenseMatrix[V]]
    Definition Classes
    DenseMatrix_SlicingOps
  20. implicit def canSlicePartOfCol[V]: CanSlice2[DenseMatrix[V], Range, Int, DenseVector[V]]
    Definition Classes
    DenseMatrix_SlicingOps
  21. implicit def canSlicePartOfRow[V]: CanSlice2[DenseMatrix[V], Int, Range, Transpose[DenseVector[V]]]
    Definition Classes
    DenseMatrix_SlicingOps
  22. implicit def canSliceRow[V]: CanSlice2[DenseMatrix[V], Int, ::.type, Transpose[DenseVector[V]]]
    Definition Classes
    DenseMatrix_SlicingOps
  23. implicit def canSliceRows[V]: CanSlice2[DenseMatrix[V], Range, ::.type, DenseMatrix[V]]
    Definition Classes
    DenseMatrix_SlicingOps
  24. implicit def canSliceTensor[K, V](implicit arg0: ClassTag[V]): CanSlice[Tensor[K, V], Seq[K], SliceVector[K, V]]
    Definition Classes
    TensorLowPrio
  25. implicit def canSliceTensor2[K1, K2, V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], Seq[K1], Seq[K2], SliceMatrix[K1, K2, V]]
    Definition Classes
    TensorLowPrio
  26. implicit def canSliceTensor2_CRs[K1, K2, V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], Seq[K1], K2, SliceVector[(K1, K2), V]]
    Definition Classes
    TensorLowPrio
  27. implicit def canSliceTensor2_CsR[K1, K2, V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], K1, Seq[K2], Transpose[SliceVector[(K1, K2), V]]]
    Definition Classes
    TensorLowPrio
  28. implicit def canSliceTensorBoolean[K, V](implicit arg0: ClassTag[V]): CanSlice[Tensor[K, V], Tensor[K, Boolean], SliceVector[K, V]]
    Definition Classes
    TensorLowPrio
  29. implicit def canSliceTensorBooleanCols[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[DenseMatrix[V], ::.type, Tensor[Int, Boolean], SliceMatrix[Int, Int, V]]
  30. implicit def canSliceTensorBooleanRows[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[DenseMatrix[V], Tensor[Int, Boolean], ::.type, SliceMatrix[Int, Int, V]]
  31. implicit def canSliceTensor_Seq_to_2[K, V, Res](implicit seqSlice: CanSlice[Tensor[K, V], Seq[K], Res]): CanSlice2[Tensor[K, V], K, K, Res]
    Definition Classes
    TensorLowPrio
  32. implicit def canSliceWeirdCols[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[DenseMatrix[V], ::.type, Seq[Int], SliceMatrix[Int, Int, V]]
  33. implicit def canSliceWeirdRows[V](implicit arg0: Semiring[V], arg1: ClassTag[V]): CanSlice2[DenseMatrix[V], Seq[Int], ::.type, SliceMatrix[Int, Int, V]]
  34. implicit def canTransformValues_DM[V]: CanTransformValues[DenseMatrix[V], V]
    Definition Classes
    DenseMatrix_TraversalOps
  35. implicit def canTraverseKeyValuePairs_DM[V]: CanTraverseKeyValuePairs[DenseMatrix[V], (Int, Int), V]
    Definition Classes
    DenseMatrix_TraversalOps
  36. implicit def canTraverseKeyValuePairs_V[V]: CanTraverseKeyValuePairs[Vector[V], Int, V]
    Definition Classes
    Vector_TraversalOps
  37. implicit def canTraverseValues[V]: CanTraverseValues[DenseMatrix[V], V]
    Definition Classes
    DenseMatrix_TraversalOps
  38. implicit def canZipMapValues_V[V, R](implicit arg0: ClassTag[R]): CanZipMapValuesVector[V, R]
    Definition Classes
    Vector_TraversalOps
  39. implicit def castOps_M_M[M1 <: Matrix[T], M2 <: Matrix[T], T, Op <: OpType, MR](implicit v1lt: <:<[M1, Matrix[T]], v2lt: <:<[M2, Matrix[T]], v1ne: NotGiven[&:&[=:=[M1, Matrix[T]], =:=[M2, Matrix[T]]]], op: UImpl2[Op, Matrix[T], Matrix[T], MR]): UImpl2[Op, M1, M2, MR]
    Definition Classes
    CastOps
  40. implicit def castOps_M_V[M1 <: Matrix[T], M2 <: Vector[T], T, Op <: OpType, MR](implicit v1lt: <:<[M1, Matrix[T]], v2lt: <:<[M2, Vector[T]], v1ne: NotGiven[&:&[=:=[M1, Matrix[T]], =:=[M2, Vector[T]]]], op: UImpl2[Op, Matrix[T], Vector[T], MR]): UImpl2[Op, M1, M2, MR]
    Definition Classes
    CastOps
  41. implicit def castOps_V_S[M1 <: Vector[T], T, Op <: OpType, MR](implicit v2: ScalarOf[M1, T], v1lt: <:<[M1, Vector[T]], v1ne: NotGiven[=:=[M1, Vector[T]]], op: UImpl2[Op, Vector[T], T, MR]): UImpl2[Op, M1, T, MR]
    Definition Classes
    CastOps
  42. implicit def castOps_V_V[M1 <: Vector[T], M2 <: Vector[T], T, Op <: OpType, MR](implicit v1lt: <:<[M1, Vector[T]], v2lt: <:<[M2, Vector[T]], v1ne: NotGiven[&:&[=:=[M1, Vector[T]], =:=[M2, Vector[T]]]], op: UImpl2[Op, Vector[T], Vector[T], MR]): UImpl2[Op, M1, M2, MR]
    Definition Classes
    CastOps
  43. implicit def castUpdateOps_M_M[M1 <: Matrix[T], M2 <: Matrix[T], T, Op <: OpType](implicit v1lt: <:<[M1, Matrix[T]], v2lt: <:<[M2, Matrix[T]], v1ne: NotGiven[&:&[=:=[M1, Matrix[T]], =:=[M2, Matrix[T]]]], op: InPlaceImpl2[Op, Matrix[T], Matrix[T]]): InPlaceImpl2[Op, M1, M2]
    Definition Classes
    CastOps
  44. implicit def castUpdateOps_M_V[M1 <: Matrix[T], M2 <: Vector[T], T, Op <: OpType](implicit v1lt: <:<[M1, Matrix[T]], v2lt: <:<[M2, Vector[T]], v1ne: NotGiven[&:&[=:=[M1, Matrix[T]], =:=[M2, Vector[T]]]], op: InPlaceImpl2[Op, Matrix[T], Vector[T]]): InPlaceImpl2[Op, M1, M2]
    Definition Classes
    CastOps
  45. implicit def castUpdateOps_V_S[M1 <: Vector[T], T, Op <: OpType](implicit v2: ScalarOf[M1, T], v1lt: <:<[M1, Vector[T]], v1ne: NotGiven[=:=[M1, Vector[T]]], op: InPlaceImpl2[Op, Vector[T], T]): InPlaceImpl2[Op, M1, T]
    Definition Classes
    CastOps
  46. implicit def castUpdateOps_V_V[M1 <: Vector[T], M2 <: Vector[T], T, Op <: OpType](implicit v1lt: <:<[M1, Vector[T]], v2lt: <:<[M2, Vector[T]], v1ne: NotGiven[&:&[=:=[M1, Vector[T]], =:=[M2, Vector[T]]]], op: InPlaceImpl2[Op, Vector[T], Vector[T]]): InPlaceImpl2[Op, M1, M2]
    Definition Classes
    CastOps
  47. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  48. implicit val dm_dm_UpdateOp_Double_OpAdd: OpAdd.InPlaceImpl2[DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  49. implicit val dm_dm_UpdateOp_Double_OpDiv: OpDiv.InPlaceImpl2[DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  50. implicit val dm_dm_UpdateOp_Double_OpMod: OpMod.InPlaceImpl2[DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  51. implicit val dm_dm_UpdateOp_Double_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  52. implicit val dm_dm_UpdateOp_Double_OpPow: OpPow.InPlaceImpl2[DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  53. implicit val dm_dm_UpdateOp_Double_OpSet: OpSet.InPlaceImpl2[DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  54. implicit val dm_dm_UpdateOp_Double_OpSub: OpSub.InPlaceImpl2[DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  55. implicit val dm_dm_UpdateOp_Float_OpAdd: OpAdd.InPlaceImpl2[DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  56. implicit val dm_dm_UpdateOp_Float_OpDiv: OpDiv.InPlaceImpl2[DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  57. implicit val dm_dm_UpdateOp_Float_OpMod: OpMod.InPlaceImpl2[DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  58. implicit val dm_dm_UpdateOp_Float_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  59. implicit val dm_dm_UpdateOp_Float_OpPow: OpPow.InPlaceImpl2[DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  60. implicit val dm_dm_UpdateOp_Float_OpSet: OpSet.InPlaceImpl2[DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  61. implicit val dm_dm_UpdateOp_Float_OpSub: OpSub.InPlaceImpl2[DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  62. implicit val dm_dm_UpdateOp_Int_OpAdd: OpAdd.InPlaceImpl2[DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  63. implicit val dm_dm_UpdateOp_Int_OpDiv: OpDiv.InPlaceImpl2[DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  64. implicit val dm_dm_UpdateOp_Int_OpMod: OpMod.InPlaceImpl2[DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  65. implicit val dm_dm_UpdateOp_Int_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  66. implicit val dm_dm_UpdateOp_Int_OpPow: OpPow.InPlaceImpl2[DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  67. implicit val dm_dm_UpdateOp_Int_OpSet: OpSet.InPlaceImpl2[DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  68. implicit val dm_dm_UpdateOp_Int_OpSub: OpSub.InPlaceImpl2[DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  69. implicit val dm_dm_UpdateOp_Long_OpAdd: OpAdd.InPlaceImpl2[DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  70. implicit val dm_dm_UpdateOp_Long_OpDiv: OpDiv.InPlaceImpl2[DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  71. implicit val dm_dm_UpdateOp_Long_OpMod: OpMod.InPlaceImpl2[DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  72. implicit val dm_dm_UpdateOp_Long_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  73. implicit val dm_dm_UpdateOp_Long_OpPow: OpPow.InPlaceImpl2[DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  74. implicit val dm_dm_UpdateOp_Long_OpSet: OpSet.InPlaceImpl2[DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  75. implicit val dm_dm_UpdateOp_Long_OpSub: OpSub.InPlaceImpl2[DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  76. implicit def dm_dm_UpdateOp_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpAdd.InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  77. implicit def dm_dm_UpdateOp_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpDiv.InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  78. implicit def dm_dm_UpdateOp_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpMod.InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  79. implicit def dm_dm_UpdateOp_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpMulScalar.InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  80. implicit def dm_dm_UpdateOp_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpPow.InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  81. implicit def dm_dm_UpdateOp_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpSub.InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  82. implicit val dm_s_UpdateOp_Double_OpAdd: OpAdd.InPlaceImpl2[DenseMatrix[Double], Double]
    Definition Classes
    DenseMatrixExpandedOps
  83. implicit val dm_s_UpdateOp_Double_OpDiv: OpDiv.InPlaceImpl2[DenseMatrix[Double], Double]
    Definition Classes
    DenseMatrixExpandedOps
  84. implicit val dm_s_UpdateOp_Double_OpMod: OpMod.InPlaceImpl2[DenseMatrix[Double], Double]
    Definition Classes
    DenseMatrixExpandedOps
  85. implicit val dm_s_UpdateOp_Double_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseMatrix[Double], Double]
    Definition Classes
    DenseMatrixExpandedOps
  86. implicit val dm_s_UpdateOp_Double_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseMatrix[Double], Double]
    Definition Classes
    DenseMatrixExpandedOps
  87. implicit val dm_s_UpdateOp_Double_OpPow: OpPow.InPlaceImpl2[DenseMatrix[Double], Double]
    Definition Classes
    DenseMatrixExpandedOps
  88. implicit val dm_s_UpdateOp_Double_OpSet: OpSet.InPlaceImpl2[DenseMatrix[Double], Double]
    Definition Classes
    DenseMatrixExpandedOps
  89. implicit val dm_s_UpdateOp_Double_OpSub: OpSub.InPlaceImpl2[DenseMatrix[Double], Double]
    Definition Classes
    DenseMatrixExpandedOps
  90. implicit val dm_s_UpdateOp_Float_OpAdd: OpAdd.InPlaceImpl2[DenseMatrix[Float], Float]
    Definition Classes
    DenseMatrixExpandedOps
  91. implicit val dm_s_UpdateOp_Float_OpDiv: OpDiv.InPlaceImpl2[DenseMatrix[Float], Float]
    Definition Classes
    DenseMatrixExpandedOps
  92. implicit val dm_s_UpdateOp_Float_OpMod: OpMod.InPlaceImpl2[DenseMatrix[Float], Float]
    Definition Classes
    DenseMatrixExpandedOps
  93. implicit val dm_s_UpdateOp_Float_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseMatrix[Float], Float]
    Definition Classes
    DenseMatrixExpandedOps
  94. implicit val dm_s_UpdateOp_Float_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseMatrix[Float], Float]
    Definition Classes
    DenseMatrixExpandedOps
  95. implicit val dm_s_UpdateOp_Float_OpPow: OpPow.InPlaceImpl2[DenseMatrix[Float], Float]
    Definition Classes
    DenseMatrixExpandedOps
  96. implicit val dm_s_UpdateOp_Float_OpSet: OpSet.InPlaceImpl2[DenseMatrix[Float], Float]
    Definition Classes
    DenseMatrixExpandedOps
  97. implicit val dm_s_UpdateOp_Float_OpSub: OpSub.InPlaceImpl2[DenseMatrix[Float], Float]
    Definition Classes
    DenseMatrixExpandedOps
  98. implicit val dm_s_UpdateOp_Int_OpAdd: OpAdd.InPlaceImpl2[DenseMatrix[Int], Int]
    Definition Classes
    DenseMatrixExpandedOps
  99. implicit val dm_s_UpdateOp_Int_OpDiv: OpDiv.InPlaceImpl2[DenseMatrix[Int], Int]
    Definition Classes
    DenseMatrixExpandedOps
  100. implicit val dm_s_UpdateOp_Int_OpMod: OpMod.InPlaceImpl2[DenseMatrix[Int], Int]
    Definition Classes
    DenseMatrixExpandedOps
  101. implicit val dm_s_UpdateOp_Int_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseMatrix[Int], Int]
    Definition Classes
    DenseMatrixExpandedOps
  102. implicit val dm_s_UpdateOp_Int_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseMatrix[Int], Int]
    Definition Classes
    DenseMatrixExpandedOps
  103. implicit val dm_s_UpdateOp_Int_OpPow: OpPow.InPlaceImpl2[DenseMatrix[Int], Int]
    Definition Classes
    DenseMatrixExpandedOps
  104. implicit val dm_s_UpdateOp_Int_OpSet: OpSet.InPlaceImpl2[DenseMatrix[Int], Int]
    Definition Classes
    DenseMatrixExpandedOps
  105. implicit val dm_s_UpdateOp_Int_OpSub: OpSub.InPlaceImpl2[DenseMatrix[Int], Int]
    Definition Classes
    DenseMatrixExpandedOps
  106. implicit val dm_s_UpdateOp_Long_OpAdd: OpAdd.InPlaceImpl2[DenseMatrix[Long], Long]
    Definition Classes
    DenseMatrixExpandedOps
  107. implicit val dm_s_UpdateOp_Long_OpDiv: OpDiv.InPlaceImpl2[DenseMatrix[Long], Long]
    Definition Classes
    DenseMatrixExpandedOps
  108. implicit val dm_s_UpdateOp_Long_OpMod: OpMod.InPlaceImpl2[DenseMatrix[Long], Long]
    Definition Classes
    DenseMatrixExpandedOps
  109. implicit val dm_s_UpdateOp_Long_OpMulMatrix: OpMulMatrix.InPlaceImpl2[DenseMatrix[Long], Long]
    Definition Classes
    DenseMatrixExpandedOps
  110. implicit val dm_s_UpdateOp_Long_OpMulScalar: OpMulScalar.InPlaceImpl2[DenseMatrix[Long], Long]
    Definition Classes
    DenseMatrixExpandedOps
  111. implicit val dm_s_UpdateOp_Long_OpPow: OpPow.InPlaceImpl2[DenseMatrix[Long], Long]
    Definition Classes
    DenseMatrixExpandedOps
  112. implicit val dm_s_UpdateOp_Long_OpSet: OpSet.InPlaceImpl2[DenseMatrix[Long], Long]
    Definition Classes
    DenseMatrixExpandedOps
  113. implicit val dm_s_UpdateOp_Long_OpSub: OpSub.InPlaceImpl2[DenseMatrix[Long], Long]
    Definition Classes
    DenseMatrixExpandedOps
  114. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  115. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  116. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  117. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  118. implicit def implAddOp_SV_SV_eq_SV[T](implicit arg0: Semiring[T], arg1: ClassTag[T]): OpAdd.Impl2[SparseVector[T], SparseVector[T], SparseVector[T]]
  119. implicit val implScaleAdd_SV_S_SV_InPlace_Double: scaleAdd.InPlaceImpl3[SparseVector[Double], Double, SparseVector[Double]]
  120. implicit val implScaleAdd_SV_S_SV_InPlace_Float: scaleAdd.InPlaceImpl3[SparseVector[Float], Float, SparseVector[Float]]
  121. implicit val implScaleAdd_SV_S_SV_InPlace_Int: scaleAdd.InPlaceImpl3[SparseVector[Int], Int, SparseVector[Int]]
  122. implicit val implScaleAdd_SV_S_SV_InPlace_Long: scaleAdd.InPlaceImpl3[SparseVector[Long], Long, SparseVector[Long]]
  123. implicit def implSubOp_SV_SV_eq_SV[T](implicit arg0: Ring[T], arg1: ClassTag[T]): OpSub.Impl2[SparseVector[T], SparseVector[T], SparseVector[T]]
  124. implicit def impl_OpAdd_InPlace_T_U_Generic_from_scaleAdd_InPlace[T, U, V](implicit sa: scaleAdd.InPlaceImpl3[T, U, V], semi: Semiring[U]): OpAdd.InPlaceImpl2[T, V]
    Definition Classes
    GenericOps
  125. implicit def impl_OpAdd_InPlace_V_S_Generic[T](implicit field: Semiring[T]): OpAdd.InPlaceImpl2[Vector[T], T]
    Definition Classes
    Vector_GenericOps
  126. implicit def impl_OpAdd_SV_S_eq_SV_Generic[T](implicit arg0: Semiring[T]): OpAdd.Impl2[SparseVector[T], T, SparseVector[T]]
    Definition Classes
    SparseVector_GenericOps
  127. implicit def impl_OpAdd_V_V_eq_V_Generic[T](implicit arg0: Semiring[T]): OpAdd.Impl2[Vector[T], Vector[T], Vector[T]]
    Definition Classes
    Vector_GenericOps
  128. implicit def impl_OpDiv_InPlace_V_S_Generic[T](implicit field: Field[T]): OpDiv.InPlaceImpl2[Vector[T], T]
    Definition Classes
    Vector_GenericOps
  129. implicit def impl_OpDiv_InPlace_V_V_Generic[T](implicit field: Field[T]): OpDiv.InPlaceImpl2[Vector[T], Vector[T]]
    Definition Classes
    Vector_GenericOps
  130. implicit def impl_OpMulInner_SV_SV_eq_T[T](implicit arg0: ClassTag[T], arg1: Zero[T], arg2: Semiring[T]): OpMulInner.Impl2[SparseVector[T], SparseVector[T], T]
  131. implicit val impl_OpMulInner_SV_SV_eq_T_Double: OpMulInner.Impl2[SparseVector[Double], SparseVector[Double], Double]
  132. implicit val impl_OpMulInner_SV_SV_eq_T_Float: OpMulInner.Impl2[SparseVector[Float], SparseVector[Float], Float]
  133. implicit val impl_OpMulInner_SV_SV_eq_T_Int: OpMulInner.Impl2[SparseVector[Int], SparseVector[Int], Int]
  134. implicit val impl_OpMulInner_SV_SV_eq_T_Long: OpMulInner.Impl2[SparseVector[Long], SparseVector[Long], Long]
  135. implicit def impl_OpMulInner_V_V_eq_S[T](implicit field: Semiring[T]): OpMulInner.Impl2[Vector[T], Vector[T], T]
    Definition Classes
    Vector_GenericOps
  136. implicit val impl_OpMulInner_V_V_eq_S_Double: BinaryRegistry[Vector[Double], Vector[Double], OpMulInner.type, Double]
    Definition Classes
    VectorExpandOps
  137. implicit val impl_OpMulInner_V_V_eq_S_Float: BinaryRegistry[Vector[Float], Vector[Float], OpMulInner.type, Float]
    Definition Classes
    VectorExpandOps
  138. implicit def impl_OpMulInner_V_V_eq_S_Generic[T](implicit s: Semiring[T]): OpMulInner.Impl2[Vector[T], Vector[T], T]
    Definition Classes
    VectorExpandOps
  139. implicit val impl_OpMulInner_V_V_eq_S_Int: BinaryRegistry[Vector[Int], Vector[Int], OpMulInner.type, Int]
    Definition Classes
    VectorExpandOps
  140. implicit val impl_OpMulInner_V_V_eq_S_Long: BinaryRegistry[Vector[Long], Vector[Long], OpMulInner.type, Long]
    Definition Classes
    VectorExpandOps
  141. implicit def impl_OpMulMatrix_DM_DM_eq_DM_Generic[T](implicit arg0: Semiring[T]): OpMulMatrix.Impl2[DenseMatrix[T], DenseMatrix[T], DenseMatrix[T]]
    Definition Classes
    DenseMatrix_GenericOps
  142. implicit val impl_OpMulMatrix_DM_DM_eq_DM_Int: OpMulMatrix.Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixMultOps
  143. implicit val impl_OpMulMatrix_DM_DM_eq_DM_Long: OpMulMatrix.Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixMultOps
  144. implicit val impl_OpMulMatrix_DM_M_eq_DM_Double: BinaryRegistry[DenseMatrix[Double], Matrix[Double], OpMulMatrix.type, DenseMatrix[Double]]
    Definition Classes
    DenseMatrixMultOps
  145. implicit val impl_OpMulMatrix_DM_M_eq_DM_Float: BinaryRegistry[DenseMatrix[Float], Matrix[Float], OpMulMatrix.type, DenseMatrix[Float]]
    Definition Classes
    DenseMatrixMultOps
  146. implicit val impl_OpMulMatrix_DM_M_eq_DM_Int: BinaryRegistry[DenseMatrix[Int], Matrix[Int], OpMulMatrix.type, DenseMatrix[Int]]
    Definition Classes
    DenseMatrixMultOps
  147. implicit val impl_OpMulMatrix_DM_M_eq_DM_Long: BinaryRegistry[DenseMatrix[Long], Matrix[Long], OpMulMatrix.type, DenseMatrix[Long]]
    Definition Classes
    DenseMatrixMultOps
  148. implicit val impl_OpMulMatrix_DM_SV_eq_DV_Double: OpMulMatrix.Impl2[DenseMatrix[Double], SparseVector[Double], DenseVector[Double]]
    Definition Classes
    SparseVector_DenseMatrixOps
  149. implicit val impl_OpMulMatrix_DM_SV_eq_DV_Float: OpMulMatrix.Impl2[DenseMatrix[Float], SparseVector[Float], DenseVector[Float]]
    Definition Classes
    SparseVector_DenseMatrixOps
  150. implicit val impl_OpMulMatrix_DM_SV_eq_DV_Int: OpMulMatrix.Impl2[DenseMatrix[Int], SparseVector[Int], DenseVector[Int]]
    Definition Classes
    SparseVector_DenseMatrixOps
  151. implicit val impl_OpMulMatrix_DM_SV_eq_DV_Long: OpMulMatrix.Impl2[DenseMatrix[Long], SparseVector[Long], DenseVector[Long]]
    Definition Classes
    SparseVector_DenseMatrixOps
  152. implicit val impl_OpMulMatrix_DM_V_eq_DV_Double: BinaryRegistry[DenseMatrix[Double], Vector[Double], OpMulMatrix.type, DenseVector[Double]]
    Definition Classes
    DenseMatrixMultOps
  153. implicit val impl_OpMulMatrix_DM_V_eq_DV_Float: BinaryRegistry[DenseMatrix[Float], Vector[Float], OpMulMatrix.type, DenseVector[Float]]
    Definition Classes
    DenseMatrixMultOps
  154. implicit def impl_OpMulMatrix_DM_V_eq_DV_Generic[T, Vec <: Vector[T]](implicit ring: Semiring[T]): OpMulMatrix.Impl2[DenseMatrix[T], Vec, DenseVector[T]]
    Definition Classes
    DenseMatrix_GenericOps
  155. implicit val impl_OpMulMatrix_DM_V_eq_DV_Int: BinaryRegistry[DenseMatrix[Int], Vector[Int], OpMulMatrix.type, DenseVector[Int]]
    Definition Classes
    DenseMatrixMultOps
  156. implicit val impl_OpMulMatrix_DM_V_eq_DV_Long: BinaryRegistry[DenseMatrix[Long], Vector[Long], OpMulMatrix.type, DenseVector[Long]]
    Definition Classes
    DenseMatrixMultOps
  157. implicit val impl_OpMulMatrix_DVD_DMD_eq_DMD: OpMulMatrix.Impl2[DenseVector[Double], DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixMultiplyOps
  158. implicit def impl_OpMulMatrix_DVT_DMT_eq_DMT[T](implicit op: OpMulMatrix.Impl2[DenseMatrix[T], DenseMatrix[T], DenseMatrix[T]]): OpMulMatrix.Impl2[DenseVector[T], DenseMatrix[T], DenseMatrix[T]]
    Definition Classes
    DenseMatrixMultiplyOps
  159. implicit def impl_OpMulMatrix_DVTt_DMT_eq_DMT[T](implicit op: OpMulMatrix.Impl2[DenseMatrix[T], DenseMatrix[T], DenseMatrix[T]]): OpMulMatrix.Impl2[Transpose[DenseVector[T]], DenseMatrix[T], Transpose[DenseVector[T]]]
    Definition Classes
    DenseMatrixMultiplyOps
  160. implicit def impl_OpMulScalar_InPlace_V_S_Generic[T](implicit field: Semiring[T]): OpMulScalar.InPlaceImpl2[Vector[T], T]
    Definition Classes
    Vector_GenericOps
  161. implicit def impl_OpMulScalar_InPlace_V_V_Generic[T](implicit field: Semiring[T]): OpMulScalar.InPlaceImpl2[Vector[T], Vector[T]]
    Definition Classes
    Vector_GenericOps
  162. implicit val impl_OpMulScalar_SV_SV_eq_SV_Double: OpMulScalar.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]
  163. implicit val impl_OpMulScalar_SV_SV_eq_SV_Float: OpMulScalar.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]
  164. implicit val impl_OpMulScalar_SV_SV_eq_SV_Int: OpMulScalar.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]
  165. implicit val impl_OpMulScalar_SV_SV_eq_SV_Long: OpMulScalar.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]
  166. implicit def impl_OpMulScalar_SV_S_eq_SV_Generic[T](implicit arg0: Semiring[T], arg1: ClassTag[T]): OpMulScalar.Impl2[SparseVector[T], T, SparseVector[T]]
    Definition Classes
    SparseVector_GenericOps
  167. implicit def impl_OpMulSet_InPlace_DM_DM[V]: OpSet.InPlaceImpl2[DenseMatrix[V], DenseMatrix[V]]
    Definition Classes
    DenseMatrix_SetOps
  168. implicit def impl_OpMulSet_InPlace_DM_S[V]: OpSet.InPlaceImpl2[DenseMatrix[V], V]
    Definition Classes
    DenseMatrix_SetOps
  169. implicit def impl_OpNeg_T_Generic_from_OpMulScalar[T, U, V](implicit scalarOf: ScalarOf[T, V], ring: Ring[V], scale: OpMulScalar.Impl2[T, V, U]): OpNeg.Impl[T, U]
    Definition Classes
    GenericOps
  170. implicit def impl_OpPow_InPlace_V_S_Generic[T](implicit pow: OpPow.Impl2[T, T, T], zero: Zero[T]): OpPow.InPlaceImpl2[Vector[T], T]
    Definition Classes
    Vector_GenericOps
  171. implicit def impl_OpPow_InPlace_V_V_Generic[T](implicit pow: OpPow.Impl2[T, T, T]): OpPow.InPlaceImpl2[Vector[T], Vector[T]]
    Definition Classes
    Vector_GenericOps
  172. implicit def impl_OpSet_InPlace_DM_M[V]: OpSet.InPlaceImpl2[DenseMatrix[V], Matrix[V]]
    Definition Classes
    LowPriorityDenseMatrix1
  173. implicit def impl_OpSet_InPlace_SV_SV_Generic[T]: OpSet.InPlaceImpl2[SparseVector[T], SparseVector[T]]
    Definition Classes
    SparseVector_GenericOps
  174. implicit def impl_OpSet_InPlace_SV_S_Generic[T](implicit arg0: Zero[T]): OpSet.InPlaceImpl2[SparseVector[T], T]
    Definition Classes
    SparseVector_GenericOps
  175. implicit def impl_OpSet_V_S_InPlace[V]: OpSet.InPlaceImpl2[Vector[V], V]
    Definition Classes
    Vector_GenericOps
  176. implicit def impl_OpSet_V_V_InPlace[V]: OpSet.InPlaceImpl2[Vector[V], Vector[V]]
    Definition Classes
    Vector_GenericOps
  177. implicit def impl_OpSub_InPlace_T_U_Generic_from_scaleAdd_InPlace[T, U, V](implicit sa: scaleAdd.InPlaceImpl3[T, U, V], ring: Ring[U]): OpSub.InPlaceImpl2[T, V]
    Definition Classes
    GenericOps
  178. implicit def impl_OpSub_InPlace_V_S_Generic[T](implicit field: Ring[T]): OpSub.InPlaceImpl2[Vector[T], T]
    Definition Classes
    Vector_GenericOps
  179. implicit def impl_OpSub_SV_S_eq_SV_Generic[T](implicit arg0: Ring[T]): OpSub.Impl2[SparseVector[T], T, SparseVector[T]]
    Definition Classes
    SparseVector_GenericOps
  180. implicit def impl_OpSub_V_V_eq_V_Generic[T](implicit arg0: Ring[T]): OpSub.Impl2[Vector[T], Vector[T], Vector[T]]
    Definition Classes
    Vector_GenericOps
  181. implicit val impl_Op_InPlace_V_S_Double_OpAdd: BinaryUpdateRegistry[Vector[Double], Double, OpAdd.type]
    Definition Classes
    VectorExpandOps
  182. implicit val impl_Op_InPlace_V_S_Double_OpDiv: BinaryUpdateRegistry[Vector[Double], Double, OpDiv.type]
    Definition Classes
    VectorExpandOps
  183. implicit val impl_Op_InPlace_V_S_Double_OpMod: BinaryUpdateRegistry[Vector[Double], Double, OpMod.type]
    Definition Classes
    VectorExpandOps
  184. implicit val impl_Op_InPlace_V_S_Double_OpMulMatrix: BinaryUpdateRegistry[Vector[Double], Double, OpMulMatrix.type]
    Definition Classes
    VectorExpandOps
  185. implicit val impl_Op_InPlace_V_S_Double_OpMulScalar: BinaryUpdateRegistry[Vector[Double], Double, OpMulScalar.type]
    Definition Classes
    VectorExpandOps
  186. implicit val impl_Op_InPlace_V_S_Double_OpPow: BinaryUpdateRegistry[Vector[Double], Double, OpPow.type]
    Definition Classes
    VectorExpandOps
  187. implicit val impl_Op_InPlace_V_S_Double_OpSet: BinaryUpdateRegistry[Vector[Double], Double, OpSet.type]
    Definition Classes
    VectorExpandOps
  188. implicit val impl_Op_InPlace_V_S_Double_OpSub: BinaryUpdateRegistry[Vector[Double], Double, OpSub.type]
    Definition Classes
    VectorExpandOps
  189. implicit val impl_Op_InPlace_V_S_Float_OpAdd: BinaryUpdateRegistry[Vector[Float], Float, OpAdd.type]
    Definition Classes
    VectorExpandOps
  190. implicit val impl_Op_InPlace_V_S_Float_OpDiv: BinaryUpdateRegistry[Vector[Float], Float, OpDiv.type]
    Definition Classes
    VectorExpandOps
  191. implicit val impl_Op_InPlace_V_S_Float_OpMod: BinaryUpdateRegistry[Vector[Float], Float, OpMod.type]
    Definition Classes
    VectorExpandOps
  192. implicit val impl_Op_InPlace_V_S_Float_OpMulMatrix: BinaryUpdateRegistry[Vector[Float], Float, OpMulMatrix.type]
    Definition Classes
    VectorExpandOps
  193. implicit val impl_Op_InPlace_V_S_Float_OpMulScalar: BinaryUpdateRegistry[Vector[Float], Float, OpMulScalar.type]
    Definition Classes
    VectorExpandOps
  194. implicit val impl_Op_InPlace_V_S_Float_OpPow: BinaryUpdateRegistry[Vector[Float], Float, OpPow.type]
    Definition Classes
    VectorExpandOps
  195. implicit val impl_Op_InPlace_V_S_Float_OpSet: BinaryUpdateRegistry[Vector[Float], Float, OpSet.type]
    Definition Classes
    VectorExpandOps
  196. implicit val impl_Op_InPlace_V_S_Float_OpSub: BinaryUpdateRegistry[Vector[Float], Float, OpSub.type]
    Definition Classes
    VectorExpandOps
  197. implicit def impl_Op_InPlace_V_S_Generic_OpAdd[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpAdd.type]
    Definition Classes
    VectorExpandOps
  198. implicit def impl_Op_InPlace_V_S_Generic_OpDiv[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpDiv.type]
    Definition Classes
    VectorExpandOps
  199. implicit def impl_Op_InPlace_V_S_Generic_OpMod[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpMod.type]
    Definition Classes
    VectorExpandOps
  200. implicit def impl_Op_InPlace_V_S_Generic_OpMulMatrix[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpMulMatrix.type]
    Definition Classes
    VectorExpandOps
  201. implicit def impl_Op_InPlace_V_S_Generic_OpMulScalar[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpMulScalar.type]
    Definition Classes
    VectorExpandOps
  202. implicit def impl_Op_InPlace_V_S_Generic_OpPow[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpPow.type]
    Definition Classes
    VectorExpandOps
  203. implicit def impl_Op_InPlace_V_S_Generic_OpSet[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpSet.type]
    Definition Classes
    VectorExpandOps
  204. implicit def impl_Op_InPlace_V_S_Generic_OpSub[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpSub.type]
    Definition Classes
    VectorExpandOps
  205. implicit val impl_Op_InPlace_V_S_Int_OpAdd: BinaryUpdateRegistry[Vector[Int], Int, OpAdd.type]
    Definition Classes
    VectorExpandOps
  206. implicit val impl_Op_InPlace_V_S_Int_OpDiv: BinaryUpdateRegistry[Vector[Int], Int, OpDiv.type]
    Definition Classes
    VectorExpandOps
  207. implicit val impl_Op_InPlace_V_S_Int_OpMod: BinaryUpdateRegistry[Vector[Int], Int, OpMod.type]
    Definition Classes
    VectorExpandOps
  208. implicit val impl_Op_InPlace_V_S_Int_OpMulMatrix: BinaryUpdateRegistry[Vector[Int], Int, OpMulMatrix.type]
    Definition Classes
    VectorExpandOps
  209. implicit val impl_Op_InPlace_V_S_Int_OpMulScalar: BinaryUpdateRegistry[Vector[Int], Int, OpMulScalar.type]
    Definition Classes
    VectorExpandOps
  210. implicit val impl_Op_InPlace_V_S_Int_OpPow: BinaryUpdateRegistry[Vector[Int], Int, OpPow.type]
    Definition Classes
    VectorExpandOps
  211. implicit val impl_Op_InPlace_V_S_Int_OpSet: BinaryUpdateRegistry[Vector[Int], Int, OpSet.type]
    Definition Classes
    VectorExpandOps
  212. implicit val impl_Op_InPlace_V_S_Int_OpSub: BinaryUpdateRegistry[Vector[Int], Int, OpSub.type]
    Definition Classes
    VectorExpandOps
  213. implicit val impl_Op_InPlace_V_S_Long_OpAdd: BinaryUpdateRegistry[Vector[Long], Long, OpAdd.type]
    Definition Classes
    VectorExpandOps
  214. implicit val impl_Op_InPlace_V_S_Long_OpDiv: BinaryUpdateRegistry[Vector[Long], Long, OpDiv.type]
    Definition Classes
    VectorExpandOps
  215. implicit val impl_Op_InPlace_V_S_Long_OpMod: BinaryUpdateRegistry[Vector[Long], Long, OpMod.type]
    Definition Classes
    VectorExpandOps
  216. implicit val impl_Op_InPlace_V_S_Long_OpMulMatrix: BinaryUpdateRegistry[Vector[Long], Long, OpMulMatrix.type]
    Definition Classes
    VectorExpandOps
  217. implicit val impl_Op_InPlace_V_S_Long_OpMulScalar: BinaryUpdateRegistry[Vector[Long], Long, OpMulScalar.type]
    Definition Classes
    VectorExpandOps
  218. implicit val impl_Op_InPlace_V_S_Long_OpPow: BinaryUpdateRegistry[Vector[Long], Long, OpPow.type]
    Definition Classes
    VectorExpandOps
  219. implicit val impl_Op_InPlace_V_S_Long_OpSet: BinaryUpdateRegistry[Vector[Long], Long, OpSet.type]
    Definition Classes
    VectorExpandOps
  220. implicit val impl_Op_InPlace_V_S_Long_OpSub: BinaryUpdateRegistry[Vector[Long], Long, OpSub.type]
    Definition Classes
    VectorExpandOps
  221. implicit val impl_Op_InPlace_V_V_Double_OpDiv: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpDiv.type]
    Definition Classes
    VectorExpandOps
  222. implicit val impl_Op_InPlace_V_V_Double_OpMod: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpMod.type]
    Definition Classes
    VectorExpandOps
  223. implicit val impl_Op_InPlace_V_V_Double_OpMulScalar: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpMulScalar.type]
    Definition Classes
    VectorExpandOps
  224. implicit val impl_Op_InPlace_V_V_Double_OpPow: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpPow.type]
    Definition Classes
    VectorExpandOps
  225. implicit val impl_Op_InPlace_V_V_Double_OpSet: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpSet.type]
    Definition Classes
    VectorExpandOps
  226. implicit val impl_Op_InPlace_V_V_Float_OpDiv: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpDiv.type]
    Definition Classes
    VectorExpandOps
  227. implicit val impl_Op_InPlace_V_V_Float_OpMod: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpMod.type]
    Definition Classes
    VectorExpandOps
  228. implicit val impl_Op_InPlace_V_V_Float_OpMulScalar: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpMulScalar.type]
    Definition Classes
    VectorExpandOps
  229. implicit val impl_Op_InPlace_V_V_Float_OpPow: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpPow.type]
    Definition Classes
    VectorExpandOps
  230. implicit val impl_Op_InPlace_V_V_Float_OpSet: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpSet.type]
    Definition Classes
    VectorExpandOps
  231. implicit val impl_Op_InPlace_V_V_Idempotent_Double_OpAdd: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpAdd.type]
    Definition Classes
    VectorExpandOps
  232. implicit val impl_Op_InPlace_V_V_Idempotent_Double_OpSub: BinaryUpdateRegistry[Vector[Double], Vector[Double], OpSub.type]
    Definition Classes
    VectorExpandOps
  233. implicit val impl_Op_InPlace_V_V_Idempotent_Float_OpAdd: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpAdd.type]
    Definition Classes
    VectorExpandOps
  234. implicit val impl_Op_InPlace_V_V_Idempotent_Float_OpSub: BinaryUpdateRegistry[Vector[Float], Vector[Float], OpSub.type]
    Definition Classes
    VectorExpandOps
  235. implicit val impl_Op_InPlace_V_V_Idempotent_Int_OpAdd: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpAdd.type]
    Definition Classes
    VectorExpandOps
  236. implicit val impl_Op_InPlace_V_V_Idempotent_Int_OpSub: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpSub.type]
    Definition Classes
    VectorExpandOps
  237. implicit val impl_Op_InPlace_V_V_Idempotent_Long_OpAdd: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpAdd.type]
    Definition Classes
    VectorExpandOps
  238. implicit val impl_Op_InPlace_V_V_Idempotent_Long_OpSub: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpSub.type]
    Definition Classes
    VectorExpandOps
  239. implicit val impl_Op_InPlace_V_V_Int_OpDiv: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpDiv.type]
    Definition Classes
    VectorExpandOps
  240. implicit val impl_Op_InPlace_V_V_Int_OpMod: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpMod.type]
    Definition Classes
    VectorExpandOps
  241. implicit val impl_Op_InPlace_V_V_Int_OpMulScalar: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpMulScalar.type]
    Definition Classes
    VectorExpandOps
  242. implicit val impl_Op_InPlace_V_V_Int_OpPow: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpPow.type]
    Definition Classes
    VectorExpandOps
  243. implicit val impl_Op_InPlace_V_V_Int_OpSet: BinaryUpdateRegistry[Vector[Int], Vector[Int], OpSet.type]
    Definition Classes
    VectorExpandOps
  244. implicit val impl_Op_InPlace_V_V_Long_OpDiv: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpDiv.type]
    Definition Classes
    VectorExpandOps
  245. implicit val impl_Op_InPlace_V_V_Long_OpMod: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpMod.type]
    Definition Classes
    VectorExpandOps
  246. implicit val impl_Op_InPlace_V_V_Long_OpMulScalar: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpMulScalar.type]
    Definition Classes
    VectorExpandOps
  247. implicit val impl_Op_InPlace_V_V_Long_OpPow: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpPow.type]
    Definition Classes
    VectorExpandOps
  248. implicit val impl_Op_InPlace_V_V_Long_OpSet: BinaryUpdateRegistry[Vector[Long], Vector[Long], OpSet.type]
    Definition Classes
    VectorExpandOps
  249. implicit val impl_Op_SV_SV_eq_SV_Double_OpAdd: OpAdd.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]
  250. implicit val impl_Op_SV_SV_eq_SV_Double_OpDiv: OpDiv.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]
  251. implicit val impl_Op_SV_SV_eq_SV_Double_OpMod: OpMod.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]
  252. implicit val impl_Op_SV_SV_eq_SV_Double_OpPow: OpPow.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]
  253. implicit val impl_Op_SV_SV_eq_SV_Double_OpSet: OpSet.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]
  254. implicit val impl_Op_SV_SV_eq_SV_Double_OpSub: OpSub.Impl2[SparseVector[Double], SparseVector[Double], SparseVector[Double]]
  255. implicit val impl_Op_SV_SV_eq_SV_Float_OpAdd: OpAdd.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]
  256. implicit val impl_Op_SV_SV_eq_SV_Float_OpDiv: OpDiv.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]
  257. implicit val impl_Op_SV_SV_eq_SV_Float_OpMod: OpMod.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]
  258. implicit val impl_Op_SV_SV_eq_SV_Float_OpPow: OpPow.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]
  259. implicit val impl_Op_SV_SV_eq_SV_Float_OpSet: OpSet.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]
  260. implicit val impl_Op_SV_SV_eq_SV_Float_OpSub: OpSub.Impl2[SparseVector[Float], SparseVector[Float], SparseVector[Float]]
  261. implicit def impl_Op_SV_SV_eq_SV_Generic[T, Op <: OpType](implicit op: UImpl2[Op, T, T, T], semiring: Semiring[T]): UImpl2[Op, SparseVector[T], SparseVector[T], SparseVector[T]]
    Definition Classes
    SparseVector_GenericOps
  262. implicit def impl_Op_SV_SV_eq_SV_Generic_OpMulScalar[T](implicit ring: Semiring[T]): OpMulScalar.Impl2[SparseVector[T], SparseVector[T], SparseVector[T]]
    Definition Classes
    SparseVector_GenericOps
  263. implicit val impl_Op_SV_SV_eq_SV_Int_OpAdd: OpAdd.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]
  264. implicit val impl_Op_SV_SV_eq_SV_Int_OpDiv: OpDiv.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]
  265. implicit val impl_Op_SV_SV_eq_SV_Int_OpMod: OpMod.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]
  266. implicit val impl_Op_SV_SV_eq_SV_Int_OpPow: OpPow.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]
  267. implicit val impl_Op_SV_SV_eq_SV_Int_OpSet: OpSet.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]
  268. implicit val impl_Op_SV_SV_eq_SV_Int_OpSub: OpSub.Impl2[SparseVector[Int], SparseVector[Int], SparseVector[Int]]
  269. implicit val impl_Op_SV_SV_eq_SV_Long_OpAdd: OpAdd.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]
  270. implicit val impl_Op_SV_SV_eq_SV_Long_OpDiv: OpDiv.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]
  271. implicit val impl_Op_SV_SV_eq_SV_Long_OpMod: OpMod.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]
  272. implicit val impl_Op_SV_SV_eq_SV_Long_OpPow: OpPow.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]
  273. implicit val impl_Op_SV_SV_eq_SV_Long_OpSet: OpSet.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]
  274. implicit val impl_Op_SV_SV_eq_SV_Long_OpSub: OpSub.Impl2[SparseVector[Long], SparseVector[Long], SparseVector[Long]]
  275. implicit val impl_Op_SV_S_eq_SV_Double_OpAdd: OpAdd.Impl2[SparseVector[Double], Double, SparseVector[Double]]
  276. implicit val impl_Op_SV_S_eq_SV_Double_OpDiv: OpDiv.Impl2[SparseVector[Double], Double, SparseVector[Double]]
  277. implicit val impl_Op_SV_S_eq_SV_Double_OpMod: OpMod.Impl2[SparseVector[Double], Double, SparseVector[Double]]
  278. implicit val impl_Op_SV_S_eq_SV_Double_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[Double], Double, SparseVector[Double]]
  279. implicit val impl_Op_SV_S_eq_SV_Double_OpMulScalar: OpMulScalar.Impl2[SparseVector[Double], Double, SparseVector[Double]]
  280. implicit val impl_Op_SV_S_eq_SV_Double_OpPow: OpPow.Impl2[SparseVector[Double], Double, SparseVector[Double]]
  281. implicit val impl_Op_SV_S_eq_SV_Double_OpSet: OpSet.Impl2[SparseVector[Double], Double, SparseVector[Double]]
  282. implicit val impl_Op_SV_S_eq_SV_Double_OpSub: OpSub.Impl2[SparseVector[Double], Double, SparseVector[Double]]
  283. implicit val impl_Op_SV_S_eq_SV_Float_OpAdd: OpAdd.Impl2[SparseVector[Float], Float, SparseVector[Float]]
  284. implicit val impl_Op_SV_S_eq_SV_Float_OpDiv: OpDiv.Impl2[SparseVector[Float], Float, SparseVector[Float]]
  285. implicit val impl_Op_SV_S_eq_SV_Float_OpMod: OpMod.Impl2[SparseVector[Float], Float, SparseVector[Float]]
  286. implicit val impl_Op_SV_S_eq_SV_Float_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[Float], Float, SparseVector[Float]]
  287. implicit val impl_Op_SV_S_eq_SV_Float_OpMulScalar: OpMulScalar.Impl2[SparseVector[Float], Float, SparseVector[Float]]
  288. implicit val impl_Op_SV_S_eq_SV_Float_OpPow: OpPow.Impl2[SparseVector[Float], Float, SparseVector[Float]]
  289. implicit val impl_Op_SV_S_eq_SV_Float_OpSet: OpSet.Impl2[SparseVector[Float], Float, SparseVector[Float]]
  290. implicit val impl_Op_SV_S_eq_SV_Float_OpSub: OpSub.Impl2[SparseVector[Float], Float, SparseVector[Float]]
  291. implicit def impl_Op_SV_S_eq_SV_Generic[Op <: OpType, T](implicit arg0: Semiring[T], op: UImpl2[Op, T, T, T]): UImpl2[Op, SparseVector[T], T, SparseVector[T]]
    Definition Classes
    SparseVector_GenericOps
  292. implicit def impl_Op_SV_S_eq_SV_Generic_OpMulMatrix[T](implicit arg0: Semiring[T], arg1: ClassTag[T]): OpMulMatrix.Impl2[SparseVector[T], T, SparseVector[T]]
    Definition Classes
    SparseVector_GenericOps
  293. implicit val impl_Op_SV_S_eq_SV_Int_OpAdd: OpAdd.Impl2[SparseVector[Int], Int, SparseVector[Int]]
  294. implicit val impl_Op_SV_S_eq_SV_Int_OpDiv: OpDiv.Impl2[SparseVector[Int], Int, SparseVector[Int]]
  295. implicit val impl_Op_SV_S_eq_SV_Int_OpMod: OpMod.Impl2[SparseVector[Int], Int, SparseVector[Int]]
  296. implicit val impl_Op_SV_S_eq_SV_Int_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[Int], Int, SparseVector[Int]]
  297. implicit val impl_Op_SV_S_eq_SV_Int_OpMulScalar: OpMulScalar.Impl2[SparseVector[Int], Int, SparseVector[Int]]
  298. implicit val impl_Op_SV_S_eq_SV_Int_OpPow: OpPow.Impl2[SparseVector[Int], Int, SparseVector[Int]]
  299. implicit val impl_Op_SV_S_eq_SV_Int_OpSet: OpSet.Impl2[SparseVector[Int], Int, SparseVector[Int]]
  300. implicit val impl_Op_SV_S_eq_SV_Int_OpSub: OpSub.Impl2[SparseVector[Int], Int, SparseVector[Int]]
  301. implicit val impl_Op_SV_S_eq_SV_Long_OpAdd: OpAdd.Impl2[SparseVector[Long], Long, SparseVector[Long]]
  302. implicit val impl_Op_SV_S_eq_SV_Long_OpDiv: OpDiv.Impl2[SparseVector[Long], Long, SparseVector[Long]]
  303. implicit val impl_Op_SV_S_eq_SV_Long_OpMod: OpMod.Impl2[SparseVector[Long], Long, SparseVector[Long]]
  304. implicit val impl_Op_SV_S_eq_SV_Long_OpMulMatrix: OpMulMatrix.Impl2[SparseVector[Long], Long, SparseVector[Long]]
  305. implicit val impl_Op_SV_S_eq_SV_Long_OpMulScalar: OpMulScalar.Impl2[SparseVector[Long], Long, SparseVector[Long]]
  306. implicit val impl_Op_SV_S_eq_SV_Long_OpPow: OpPow.Impl2[SparseVector[Long], Long, SparseVector[Long]]
  307. implicit val impl_Op_SV_S_eq_SV_Long_OpSet: OpSet.Impl2[SparseVector[Long], Long, SparseVector[Long]]
  308. implicit val impl_Op_SV_S_eq_SV_Long_OpSub: OpSub.Impl2[SparseVector[Long], Long, SparseVector[Long]]
  309. implicit val impl_Op_SV_V_eq_SV_Double_OpDiv: OpDiv.Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]
  310. implicit val impl_Op_SV_V_eq_SV_Double_OpMod: OpMod.Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]
  311. implicit val impl_Op_SV_V_eq_SV_Double_OpPow: OpPow.Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]
  312. implicit val impl_Op_SV_V_eq_SV_Double_OpSet: OpSet.Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]
  313. implicit val impl_Op_SV_V_eq_SV_Float_OpDiv: OpDiv.Impl2[SparseVector[Float], Vector[Float], SparseVector[Float]]
  314. implicit val impl_Op_SV_V_eq_SV_Float_OpMod: OpMod.Impl2[SparseVector[Float], Vector[Float], SparseVector[Float]]
  315. implicit val impl_Op_SV_V_eq_SV_Float_OpPow: OpPow.Impl2[SparseVector[Float], Vector[Float], SparseVector[Float]]
  316. implicit val impl_Op_SV_V_eq_SV_Float_OpSet: OpSet.Impl2[SparseVector[Float], Vector[Float], SparseVector[Float]]
  317. implicit val impl_Op_SV_V_eq_SV_Int_OpDiv: OpDiv.Impl2[SparseVector[Int], Vector[Int], SparseVector[Int]]
  318. implicit val impl_Op_SV_V_eq_SV_Int_OpMod: OpMod.Impl2[SparseVector[Int], Vector[Int], SparseVector[Int]]
  319. implicit val impl_Op_SV_V_eq_SV_Int_OpPow: OpPow.Impl2[SparseVector[Int], Vector[Int], SparseVector[Int]]
  320. implicit val impl_Op_SV_V_eq_SV_Int_OpSet: OpSet.Impl2[SparseVector[Int], Vector[Int], SparseVector[Int]]
  321. implicit val impl_Op_SV_V_eq_SV_Long_OpDiv: OpDiv.Impl2[SparseVector[Long], Vector[Long], SparseVector[Long]]
  322. implicit val impl_Op_SV_V_eq_SV_Long_OpMod: OpMod.Impl2[SparseVector[Long], Vector[Long], SparseVector[Long]]
  323. implicit val impl_Op_SV_V_eq_SV_Long_OpPow: OpPow.Impl2[SparseVector[Long], Vector[Long], SparseVector[Long]]
  324. implicit val impl_Op_SV_V_eq_SV_Long_OpSet: OpSet.Impl2[SparseVector[Long], Vector[Long], SparseVector[Long]]
  325. implicit val impl_Op_S_V_eq_V_Double_OpAdd: BinaryRegistry[Double, Vector[Double], OpAdd.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  326. implicit val impl_Op_S_V_eq_V_Double_OpDiv: BinaryRegistry[Double, Vector[Double], OpDiv.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  327. implicit val impl_Op_S_V_eq_V_Double_OpMod: BinaryRegistry[Double, Vector[Double], OpMod.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  328. implicit val impl_Op_S_V_eq_V_Double_OpMulMatrix: BinaryRegistry[Double, Vector[Double], OpMulMatrix.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  329. implicit val impl_Op_S_V_eq_V_Double_OpMulScalar: BinaryRegistry[Double, Vector[Double], OpMulScalar.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  330. implicit val impl_Op_S_V_eq_V_Double_OpPow: BinaryRegistry[Double, Vector[Double], OpPow.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  331. implicit val impl_Op_S_V_eq_V_Double_OpSet: BinaryRegistry[Double, Vector[Double], OpSet.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  332. implicit val impl_Op_S_V_eq_V_Double_OpSub: BinaryRegistry[Double, Vector[Double], OpSub.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  333. implicit val impl_Op_S_V_eq_V_Float_OpAdd: BinaryRegistry[Float, Vector[Float], OpAdd.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  334. implicit val impl_Op_S_V_eq_V_Float_OpDiv: BinaryRegistry[Float, Vector[Float], OpDiv.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  335. implicit val impl_Op_S_V_eq_V_Float_OpMod: BinaryRegistry[Float, Vector[Float], OpMod.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  336. implicit val impl_Op_S_V_eq_V_Float_OpMulMatrix: BinaryRegistry[Float, Vector[Float], OpMulMatrix.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  337. implicit val impl_Op_S_V_eq_V_Float_OpMulScalar: BinaryRegistry[Float, Vector[Float], OpMulScalar.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  338. implicit val impl_Op_S_V_eq_V_Float_OpPow: BinaryRegistry[Float, Vector[Float], OpPow.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  339. implicit val impl_Op_S_V_eq_V_Float_OpSet: BinaryRegistry[Float, Vector[Float], OpSet.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  340. implicit val impl_Op_S_V_eq_V_Float_OpSub: BinaryRegistry[Float, Vector[Float], OpSub.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  341. implicit val impl_Op_S_V_eq_V_Int_OpAdd: BinaryRegistry[Int, Vector[Int], OpAdd.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  342. implicit val impl_Op_S_V_eq_V_Int_OpDiv: BinaryRegistry[Int, Vector[Int], OpDiv.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  343. implicit val impl_Op_S_V_eq_V_Int_OpMod: BinaryRegistry[Int, Vector[Int], OpMod.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  344. implicit val impl_Op_S_V_eq_V_Int_OpMulMatrix: BinaryRegistry[Int, Vector[Int], OpMulMatrix.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  345. implicit val impl_Op_S_V_eq_V_Int_OpMulScalar: BinaryRegistry[Int, Vector[Int], OpMulScalar.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  346. implicit val impl_Op_S_V_eq_V_Int_OpPow: BinaryRegistry[Int, Vector[Int], OpPow.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  347. implicit val impl_Op_S_V_eq_V_Int_OpSet: BinaryRegistry[Int, Vector[Int], OpSet.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  348. implicit val impl_Op_S_V_eq_V_Int_OpSub: BinaryRegistry[Int, Vector[Int], OpSub.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  349. implicit val impl_Op_S_V_eq_V_Long_OpAdd: BinaryRegistry[Long, Vector[Long], OpAdd.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  350. implicit val impl_Op_S_V_eq_V_Long_OpDiv: BinaryRegistry[Long, Vector[Long], OpDiv.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  351. implicit val impl_Op_S_V_eq_V_Long_OpMod: BinaryRegistry[Long, Vector[Long], OpMod.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  352. implicit val impl_Op_S_V_eq_V_Long_OpMulMatrix: BinaryRegistry[Long, Vector[Long], OpMulMatrix.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  353. implicit val impl_Op_S_V_eq_V_Long_OpMulScalar: BinaryRegistry[Long, Vector[Long], OpMulScalar.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  354. implicit val impl_Op_S_V_eq_V_Long_OpPow: BinaryRegistry[Long, Vector[Long], OpPow.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  355. implicit val impl_Op_S_V_eq_V_Long_OpSet: BinaryRegistry[Long, Vector[Long], OpSet.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  356. implicit val impl_Op_S_V_eq_V_Long_OpSub: BinaryRegistry[Long, Vector[Long], OpSub.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  357. implicit val impl_Op_V_S_eq_V_Double_OpAdd: BinaryRegistry[Vector[Double], Double, OpAdd.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  358. implicit val impl_Op_V_S_eq_V_Double_OpDiv: BinaryRegistry[Vector[Double], Double, OpDiv.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  359. implicit val impl_Op_V_S_eq_V_Double_OpMod: BinaryRegistry[Vector[Double], Double, OpMod.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  360. implicit val impl_Op_V_S_eq_V_Double_OpMulMatrix: BinaryRegistry[Vector[Double], Double, OpMulMatrix.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  361. implicit val impl_Op_V_S_eq_V_Double_OpMulScalar: BinaryRegistry[Vector[Double], Double, OpMulScalar.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  362. implicit val impl_Op_V_S_eq_V_Double_OpPow: BinaryRegistry[Vector[Double], Double, OpPow.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  363. implicit val impl_Op_V_S_eq_V_Double_OpSet: BinaryRegistry[Vector[Double], Double, OpSet.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  364. implicit val impl_Op_V_S_eq_V_Double_OpSub: BinaryRegistry[Vector[Double], Double, OpSub.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  365. implicit val impl_Op_V_S_eq_V_Float_OpAdd: BinaryRegistry[Vector[Float], Float, OpAdd.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  366. implicit val impl_Op_V_S_eq_V_Float_OpDiv: BinaryRegistry[Vector[Float], Float, OpDiv.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  367. implicit val impl_Op_V_S_eq_V_Float_OpMod: BinaryRegistry[Vector[Float], Float, OpMod.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  368. implicit val impl_Op_V_S_eq_V_Float_OpMulMatrix: BinaryRegistry[Vector[Float], Float, OpMulMatrix.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  369. implicit val impl_Op_V_S_eq_V_Float_OpMulScalar: BinaryRegistry[Vector[Float], Float, OpMulScalar.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  370. implicit val impl_Op_V_S_eq_V_Float_OpPow: BinaryRegistry[Vector[Float], Float, OpPow.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  371. implicit val impl_Op_V_S_eq_V_Float_OpSet: BinaryRegistry[Vector[Float], Float, OpSet.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  372. implicit val impl_Op_V_S_eq_V_Float_OpSub: BinaryRegistry[Vector[Float], Float, OpSub.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  373. implicit def impl_Op_V_S_eq_V_Generic_OpAdd[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpAdd.type, Vector[T]]
    Definition Classes
    VectorExpandOps
  374. implicit def impl_Op_V_S_eq_V_Generic_OpDiv[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpDiv.type, Vector[T]]
    Definition Classes
    VectorExpandOps
  375. implicit def impl_Op_V_S_eq_V_Generic_OpMod[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpMod.type, Vector[T]]
    Definition Classes
    VectorExpandOps
  376. implicit def impl_Op_V_S_eq_V_Generic_OpMulMatrix[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpMulMatrix.type, Vector[T]]
    Definition Classes
    VectorExpandOps
  377. implicit def impl_Op_V_S_eq_V_Generic_OpMulScalar[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpMulScalar.type, Vector[T]]
    Definition Classes
    VectorExpandOps
  378. implicit def impl_Op_V_S_eq_V_Generic_OpPow[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpPow.type, Vector[T]]
    Definition Classes
    VectorExpandOps
  379. implicit def impl_Op_V_S_eq_V_Generic_OpSub[T](implicit arg0: Field[T], arg1: ClassTag[T]): BinaryRegistry[Vector[T], T, OpSub.type, Vector[T]]
    Definition Classes
    VectorExpandOps
  380. implicit val impl_Op_V_S_eq_V_Int_OpAdd: BinaryRegistry[Vector[Int], Int, OpAdd.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  381. implicit val impl_Op_V_S_eq_V_Int_OpDiv: BinaryRegistry[Vector[Int], Int, OpDiv.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  382. implicit val impl_Op_V_S_eq_V_Int_OpMod: BinaryRegistry[Vector[Int], Int, OpMod.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  383. implicit val impl_Op_V_S_eq_V_Int_OpMulMatrix: BinaryRegistry[Vector[Int], Int, OpMulMatrix.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  384. implicit val impl_Op_V_S_eq_V_Int_OpMulScalar: BinaryRegistry[Vector[Int], Int, OpMulScalar.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  385. implicit val impl_Op_V_S_eq_V_Int_OpPow: BinaryRegistry[Vector[Int], Int, OpPow.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  386. implicit val impl_Op_V_S_eq_V_Int_OpSet: BinaryRegistry[Vector[Int], Int, OpSet.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  387. implicit val impl_Op_V_S_eq_V_Int_OpSub: BinaryRegistry[Vector[Int], Int, OpSub.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  388. implicit val impl_Op_V_S_eq_V_Long_OpAdd: BinaryRegistry[Vector[Long], Long, OpAdd.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  389. implicit val impl_Op_V_S_eq_V_Long_OpDiv: BinaryRegistry[Vector[Long], Long, OpDiv.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  390. implicit val impl_Op_V_S_eq_V_Long_OpMod: BinaryRegistry[Vector[Long], Long, OpMod.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  391. implicit val impl_Op_V_S_eq_V_Long_OpMulMatrix: BinaryRegistry[Vector[Long], Long, OpMulMatrix.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  392. implicit val impl_Op_V_S_eq_V_Long_OpMulScalar: BinaryRegistry[Vector[Long], Long, OpMulScalar.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  393. implicit val impl_Op_V_S_eq_V_Long_OpPow: BinaryRegistry[Vector[Long], Long, OpPow.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  394. implicit val impl_Op_V_S_eq_V_Long_OpSet: BinaryRegistry[Vector[Long], Long, OpSet.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  395. implicit val impl_Op_V_S_eq_V_Long_OpSub: BinaryRegistry[Vector[Long], Long, OpSub.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  396. implicit val impl_Op_V_V_eq_V_Double_OpDiv: BinaryRegistry[Vector[Double], Vector[Double], OpDiv.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  397. implicit val impl_Op_V_V_eq_V_Double_OpMod: BinaryRegistry[Vector[Double], Vector[Double], OpMod.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  398. implicit val impl_Op_V_V_eq_V_Double_OpPow: BinaryRegistry[Vector[Double], Vector[Double], OpPow.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  399. implicit val impl_Op_V_V_eq_V_Double_OpSet: BinaryRegistry[Vector[Double], Vector[Double], OpSet.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  400. implicit val impl_Op_V_V_eq_V_Float_OpDiv: BinaryRegistry[Vector[Float], Vector[Float], OpDiv.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  401. implicit val impl_Op_V_V_eq_V_Float_OpMod: BinaryRegistry[Vector[Float], Vector[Float], OpMod.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  402. implicit val impl_Op_V_V_eq_V_Float_OpPow: BinaryRegistry[Vector[Float], Vector[Float], OpPow.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  403. implicit val impl_Op_V_V_eq_V_Float_OpSet: BinaryRegistry[Vector[Float], Vector[Float], OpSet.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  404. implicit val impl_Op_V_V_eq_V_Int_OpDiv: BinaryRegistry[Vector[Int], Vector[Int], OpDiv.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  405. implicit val impl_Op_V_V_eq_V_Int_OpMod: BinaryRegistry[Vector[Int], Vector[Int], OpMod.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  406. implicit val impl_Op_V_V_eq_V_Int_OpPow: BinaryRegistry[Vector[Int], Vector[Int], OpPow.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  407. implicit val impl_Op_V_V_eq_V_Int_OpSet: BinaryRegistry[Vector[Int], Vector[Int], OpSet.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  408. implicit val impl_Op_V_V_eq_V_Long_OpDiv: BinaryRegistry[Vector[Long], Vector[Long], OpDiv.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  409. implicit val impl_Op_V_V_eq_V_Long_OpMod: BinaryRegistry[Vector[Long], Vector[Long], OpMod.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  410. implicit val impl_Op_V_V_eq_V_Long_OpPow: BinaryRegistry[Vector[Long], Vector[Long], OpPow.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  411. implicit val impl_Op_V_V_eq_V_Long_OpSet: BinaryRegistry[Vector[Long], Vector[Long], OpSet.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  412. implicit val impl_Op_V_V_eq_V_idempotent_Double_OpAdd: BinaryRegistry[Vector[Double], Vector[Double], OpAdd.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  413. implicit val impl_Op_V_V_eq_V_idempotent_Double_OpSub: BinaryRegistry[Vector[Double], Vector[Double], OpSub.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  414. implicit val impl_Op_V_V_eq_V_idempotent_Float_OpAdd: BinaryRegistry[Vector[Float], Vector[Float], OpAdd.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  415. implicit val impl_Op_V_V_eq_V_idempotent_Float_OpSub: BinaryRegistry[Vector[Float], Vector[Float], OpSub.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  416. implicit val impl_Op_V_V_eq_V_idempotent_Int_OpAdd: BinaryRegistry[Vector[Int], Vector[Int], OpAdd.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  417. implicit val impl_Op_V_V_eq_V_idempotent_Int_OpSub: BinaryRegistry[Vector[Int], Vector[Int], OpSub.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  418. implicit val impl_Op_V_V_eq_V_idempotent_Long_OpAdd: BinaryRegistry[Vector[Long], Vector[Long], OpAdd.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  419. implicit val impl_Op_V_V_eq_V_idempotent_Long_OpSub: BinaryRegistry[Vector[Long], Vector[Long], OpSub.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  420. implicit val impl_Op_V_V_eq_V_nilpotent_Double: BinaryRegistry[Vector[Double], Vector[Double], OpMulScalar.type, Vector[Double]]
    Definition Classes
    VectorExpandOps
  421. implicit val impl_Op_V_V_eq_V_nilpotent_Float: BinaryRegistry[Vector[Float], Vector[Float], OpMulScalar.type, Vector[Float]]
    Definition Classes
    VectorExpandOps
  422. implicit val impl_Op_V_V_eq_V_nilpotent_Int: BinaryRegistry[Vector[Int], Vector[Int], OpMulScalar.type, Vector[Int]]
    Definition Classes
    VectorExpandOps
  423. implicit val impl_Op_V_V_eq_V_nilpotent_Long: BinaryRegistry[Vector[Long], Vector[Long], OpMulScalar.type, Vector[Long]]
    Definition Classes
    VectorExpandOps
  424. implicit def impl_T_S_eq_U_from_ZipMap[Tag, T, V1, VR, U](implicit handhold: ScalarOf[T, V1], impl: UImpl2[Tag, V1, V1, VR], canZipMapValues: CanZipMapValues[T, V1, VR, U]): UImpl2[Tag, T, T, U]
    Definition Classes
    GenericOpsLowPrio3
  425. implicit def impl_scaleAdd_InPlace_DM_T_DM[T](implicit arg0: Semiring[T]): scaleAdd.InPlaceImpl3[DenseMatrix[T], T, DenseMatrix[T]]
    Definition Classes
    DenseMatrix_GenericOps
  426. implicit val impl_scaleAdd_InPlace_V_S_V_Double: TernaryUpdateRegistry[Vector[Double], Double, Vector[Double], scaleAdd.type]
    Definition Classes
    VectorExpandOps
  427. implicit val impl_scaleAdd_InPlace_V_S_V_Float: TernaryUpdateRegistry[Vector[Float], Float, Vector[Float], scaleAdd.type]
    Definition Classes
    VectorExpandOps
  428. implicit val impl_scaleAdd_InPlace_V_S_V_Int: TernaryUpdateRegistry[Vector[Int], Int, Vector[Int], scaleAdd.type]
    Definition Classes
    VectorExpandOps
  429. implicit val impl_scaleAdd_InPlace_V_S_V_Long: TernaryUpdateRegistry[Vector[Long], Long, Vector[Long], scaleAdd.type]
    Definition Classes
    VectorExpandOps
  430. implicit def impl_scaleAdd_InPlace_V_T_V_Generic[T](implicit arg0: Semiring[T]): scaleAdd.InPlaceImpl3[Vector[T], T, Vector[T]]
    Definition Classes
    Vector_GenericOps
  431. implicit def impl_scaleAdd_SV_S_SV_InPlace_Generic[T](implicit arg0: Semiring[T], arg1: ClassTag[T]): scaleAdd.InPlaceImpl3[SparseVector[T], T, SparseVector[T]]
    Definition Classes
    SparseVector_GenericOps
  432. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  433. implicit def liftCSCOpToSVransposeOp[Tag, V, LHS, R](implicit op: UImpl2[Tag, LHS, CSCMatrix[V], R], zero: Zero[V], ct: ClassTag[V]): UImpl2[Tag, LHS, Transpose[SparseVector[V]], R]
  434. implicit def m_m_OpAdd_Update_Semi[T](implicit arg0: Semiring[T], arg1: ClassTag[T], arg2: Zero[T]): OpAdd.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  435. implicit def m_m_OpDiv_Update_Ring[T](implicit arg0: Field[T], arg1: ClassTag[T], arg2: Zero[T]): OpDiv.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  436. implicit def m_m_OpMul_Update_Semi[T](implicit arg0: Semiring[T], arg1: ClassTag[T], arg2: Zero[T]): OpMulScalar.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  437. implicit def m_m_OpSub_Update_Ring[T](implicit arg0: Ring[T], arg1: ClassTag[T], arg2: Zero[T]): OpSub.InPlaceImpl2[Matrix[T], Matrix[T]]
    Definition Classes
    MatrixGenericOps
  438. implicit val m_m_UpdateOp_BigInt_OpAdd: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  439. implicit val m_m_UpdateOp_BigInt_OpDiv: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  440. implicit val m_m_UpdateOp_BigInt_OpMod: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  441. implicit val m_m_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  442. implicit val m_m_UpdateOp_BigInt_OpSet: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  443. implicit val m_m_UpdateOp_BigInt_OpSub: BinaryUpdateRegistry[Matrix[BigInt], Matrix[BigInt], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  444. implicit val m_m_UpdateOp_Complex_OpAdd: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  445. implicit val m_m_UpdateOp_Complex_OpDiv: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  446. implicit val m_m_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  447. implicit val m_m_UpdateOp_Complex_OpPow: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  448. implicit val m_m_UpdateOp_Complex_OpSet: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  449. implicit val m_m_UpdateOp_Complex_OpSub: BinaryUpdateRegistry[Matrix[Complex], Matrix[Complex], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  450. implicit val m_m_UpdateOp_Double_OpAdd: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  451. implicit val m_m_UpdateOp_Double_OpDiv: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  452. implicit val m_m_UpdateOp_Double_OpMod: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  453. implicit val m_m_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  454. implicit val m_m_UpdateOp_Double_OpPow: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  455. implicit val m_m_UpdateOp_Double_OpSet: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  456. implicit val m_m_UpdateOp_Double_OpSub: BinaryUpdateRegistry[Matrix[Double], Matrix[Double], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  457. implicit val m_m_UpdateOp_Float_OpAdd: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  458. implicit val m_m_UpdateOp_Float_OpDiv: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  459. implicit val m_m_UpdateOp_Float_OpMod: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  460. implicit val m_m_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  461. implicit val m_m_UpdateOp_Float_OpPow: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  462. implicit val m_m_UpdateOp_Float_OpSet: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  463. implicit val m_m_UpdateOp_Float_OpSub: BinaryUpdateRegistry[Matrix[Float], Matrix[Float], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  464. implicit val m_m_UpdateOp_Int_OpAdd: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  465. implicit val m_m_UpdateOp_Int_OpDiv: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  466. implicit val m_m_UpdateOp_Int_OpMod: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  467. implicit val m_m_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  468. implicit val m_m_UpdateOp_Int_OpPow: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  469. implicit val m_m_UpdateOp_Int_OpSet: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  470. implicit val m_m_UpdateOp_Int_OpSub: BinaryUpdateRegistry[Matrix[Int], Matrix[Int], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  471. implicit val m_m_UpdateOp_Long_OpAdd: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  472. implicit val m_m_UpdateOp_Long_OpDiv: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  473. implicit val m_m_UpdateOp_Long_OpMod: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  474. implicit val m_m_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  475. implicit val m_m_UpdateOp_Long_OpPow: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  476. implicit val m_m_UpdateOp_Long_OpSet: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  477. implicit val m_m_UpdateOp_Long_OpSub: BinaryUpdateRegistry[Matrix[Long], Matrix[Long], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  478. implicit def m_m_UpdateOp_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  479. implicit def m_m_UpdateOp_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  480. implicit def m_m_UpdateOp_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMod.type]
    Definition Classes
    MatrixExpandedOps
  481. implicit def m_m_UpdateOp_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  482. implicit def m_m_UpdateOp_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpPow.type]
    Definition Classes
    MatrixExpandedOps
  483. implicit def m_m_UpdateOp_OpSet[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSet.type]
    Definition Classes
    MatrixExpandedOps
  484. implicit def m_m_UpdateOp_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSub.type]
    Definition Classes
    MatrixExpandedOps
  485. implicit val m_s_UpdateOp_BigInt_OpAdd: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  486. implicit val m_s_UpdateOp_BigInt_OpDiv: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  487. implicit val m_s_UpdateOp_BigInt_OpMod: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  488. implicit val m_s_UpdateOp_BigInt_OpMulMatrix: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  489. implicit val m_s_UpdateOp_BigInt_OpMulScalar: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  490. implicit val m_s_UpdateOp_BigInt_OpSet: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  491. implicit val m_s_UpdateOp_BigInt_OpSub: BinaryUpdateRegistry[Matrix[BigInt], BigInt, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  492. implicit val m_s_UpdateOp_Complex_OpAdd: BinaryUpdateRegistry[Matrix[Complex], Complex, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  493. implicit val m_s_UpdateOp_Complex_OpDiv: BinaryUpdateRegistry[Matrix[Complex], Complex, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  494. implicit val m_s_UpdateOp_Complex_OpMulMatrix: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  495. implicit val m_s_UpdateOp_Complex_OpMulScalar: BinaryUpdateRegistry[Matrix[Complex], Complex, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  496. implicit val m_s_UpdateOp_Complex_OpPow: BinaryUpdateRegistry[Matrix[Complex], Complex, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  497. implicit val m_s_UpdateOp_Complex_OpSet: BinaryUpdateRegistry[Matrix[Complex], Complex, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  498. implicit val m_s_UpdateOp_Complex_OpSub: BinaryUpdateRegistry[Matrix[Complex], Complex, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  499. implicit val m_s_UpdateOp_Double_OpAdd: BinaryUpdateRegistry[Matrix[Double], Double, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  500. implicit val m_s_UpdateOp_Double_OpDiv: BinaryUpdateRegistry[Matrix[Double], Double, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  501. implicit val m_s_UpdateOp_Double_OpMod: BinaryUpdateRegistry[Matrix[Double], Double, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  502. implicit val m_s_UpdateOp_Double_OpMulMatrix: BinaryUpdateRegistry[Matrix[Double], Double, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  503. implicit val m_s_UpdateOp_Double_OpMulScalar: BinaryUpdateRegistry[Matrix[Double], Double, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  504. implicit val m_s_UpdateOp_Double_OpPow: BinaryUpdateRegistry[Matrix[Double], Double, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  505. implicit val m_s_UpdateOp_Double_OpSet: BinaryUpdateRegistry[Matrix[Double], Double, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  506. implicit val m_s_UpdateOp_Double_OpSub: BinaryUpdateRegistry[Matrix[Double], Double, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  507. implicit val m_s_UpdateOp_Float_OpAdd: BinaryUpdateRegistry[Matrix[Float], Float, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  508. implicit val m_s_UpdateOp_Float_OpDiv: BinaryUpdateRegistry[Matrix[Float], Float, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  509. implicit val m_s_UpdateOp_Float_OpMod: BinaryUpdateRegistry[Matrix[Float], Float, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  510. implicit val m_s_UpdateOp_Float_OpMulMatrix: BinaryUpdateRegistry[Matrix[Float], Float, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  511. implicit val m_s_UpdateOp_Float_OpMulScalar: BinaryUpdateRegistry[Matrix[Float], Float, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  512. implicit val m_s_UpdateOp_Float_OpPow: BinaryUpdateRegistry[Matrix[Float], Float, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  513. implicit val m_s_UpdateOp_Float_OpSet: BinaryUpdateRegistry[Matrix[Float], Float, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  514. implicit val m_s_UpdateOp_Float_OpSub: BinaryUpdateRegistry[Matrix[Float], Float, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  515. implicit val m_s_UpdateOp_Int_OpAdd: BinaryUpdateRegistry[Matrix[Int], Int, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  516. implicit val m_s_UpdateOp_Int_OpDiv: BinaryUpdateRegistry[Matrix[Int], Int, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  517. implicit val m_s_UpdateOp_Int_OpMod: BinaryUpdateRegistry[Matrix[Int], Int, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  518. implicit val m_s_UpdateOp_Int_OpMulMatrix: BinaryUpdateRegistry[Matrix[Int], Int, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  519. implicit val m_s_UpdateOp_Int_OpMulScalar: BinaryUpdateRegistry[Matrix[Int], Int, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  520. implicit val m_s_UpdateOp_Int_OpPow: BinaryUpdateRegistry[Matrix[Int], Int, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  521. implicit val m_s_UpdateOp_Int_OpSet: BinaryUpdateRegistry[Matrix[Int], Int, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  522. implicit val m_s_UpdateOp_Int_OpSub: BinaryUpdateRegistry[Matrix[Int], Int, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  523. implicit val m_s_UpdateOp_Long_OpAdd: BinaryUpdateRegistry[Matrix[Long], Long, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  524. implicit val m_s_UpdateOp_Long_OpDiv: BinaryUpdateRegistry[Matrix[Long], Long, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  525. implicit val m_s_UpdateOp_Long_OpMod: BinaryUpdateRegistry[Matrix[Long], Long, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  526. implicit val m_s_UpdateOp_Long_OpMulMatrix: BinaryUpdateRegistry[Matrix[Long], Long, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  527. implicit val m_s_UpdateOp_Long_OpMulScalar: BinaryUpdateRegistry[Matrix[Long], Long, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  528. implicit val m_s_UpdateOp_Long_OpPow: BinaryUpdateRegistry[Matrix[Long], Long, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  529. implicit val m_s_UpdateOp_Long_OpSet: BinaryUpdateRegistry[Matrix[Long], Long, OpSet.type]
    Definition Classes
    MatrixExpandedOps
  530. implicit val m_s_UpdateOp_Long_OpSub: BinaryUpdateRegistry[Matrix[Long], Long, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  531. implicit def m_s_UpdateOp_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpAdd.type]
    Definition Classes
    MatrixExpandedOps
  532. implicit def m_s_UpdateOp_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpDiv.type]
    Definition Classes
    MatrixExpandedOps
  533. implicit def m_s_UpdateOp_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMod.type]
    Definition Classes
    MatrixExpandedOps
  534. implicit def m_s_UpdateOp_OpMulMatrix[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMulMatrix.type]
    Definition Classes
    MatrixExpandedOps
  535. implicit def m_s_UpdateOp_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMulScalar.type]
    Definition Classes
    MatrixExpandedOps
  536. implicit def m_s_UpdateOp_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpPow.type]
    Definition Classes
    MatrixExpandedOps
  537. implicit def m_s_UpdateOp_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpSub.type]
    Definition Classes
    MatrixExpandedOps
  538. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  539. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  540. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  541. implicit def opUpdate_DM_S_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpAdd.InPlaceImpl2[DenseMatrix[T], T]
    Definition Classes
    DenseMatrixExpandedOps
  542. implicit def opUpdate_DM_S_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpDiv.InPlaceImpl2[DenseMatrix[T], T]
    Definition Classes
    DenseMatrixExpandedOps
  543. implicit def opUpdate_DM_S_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpMod.InPlaceImpl2[DenseMatrix[T], T]
    Definition Classes
    DenseMatrixExpandedOps
  544. implicit def opUpdate_DM_S_OpMulMatrix[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpMulMatrix.InPlaceImpl2[DenseMatrix[T], T]
    Definition Classes
    DenseMatrixExpandedOps
  545. implicit def opUpdate_DM_S_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpMulScalar.InPlaceImpl2[DenseMatrix[T], T]
    Definition Classes
    DenseMatrixExpandedOps
  546. implicit def opUpdate_DM_S_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpPow.InPlaceImpl2[DenseMatrix[T], T]
    Definition Classes
    DenseMatrixExpandedOps
  547. implicit def opUpdate_DM_S_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpSub.InPlaceImpl2[DenseMatrix[T], T]
    Definition Classes
    DenseMatrixExpandedOps
  548. implicit val op_DM_DM_Double_OpAdd: OpAdd.Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  549. implicit val op_DM_DM_Double_OpDiv: OpDiv.Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  550. implicit val op_DM_DM_Double_OpMod: OpMod.Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  551. implicit val op_DM_DM_Double_OpMulScalar: OpMulScalar.Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  552. implicit val op_DM_DM_Double_OpPow: OpPow.Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  553. implicit val op_DM_DM_Double_OpSub: OpSub.Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  554. implicit val op_DM_DM_Float_OpAdd: OpAdd.Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  555. implicit val op_DM_DM_Float_OpDiv: OpDiv.Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  556. implicit val op_DM_DM_Float_OpMod: OpMod.Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  557. implicit val op_DM_DM_Float_OpMulScalar: OpMulScalar.Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  558. implicit val op_DM_DM_Float_OpPow: OpPow.Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  559. implicit val op_DM_DM_Float_OpSub: OpSub.Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  560. implicit val op_DM_DM_Int_OpAdd: OpAdd.Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  561. implicit val op_DM_DM_Int_OpDiv: OpDiv.Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  562. implicit val op_DM_DM_Int_OpMod: OpMod.Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  563. implicit val op_DM_DM_Int_OpMulScalar: OpMulScalar.Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  564. implicit val op_DM_DM_Int_OpPow: OpPow.Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  565. implicit val op_DM_DM_Int_OpSub: OpSub.Impl2[DenseMatrix[Int], DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  566. implicit val op_DM_DM_Long_OpAdd: OpAdd.Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  567. implicit val op_DM_DM_Long_OpDiv: OpDiv.Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  568. implicit val op_DM_DM_Long_OpMod: OpMod.Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  569. implicit val op_DM_DM_Long_OpMulScalar: OpMulScalar.Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  570. implicit val op_DM_DM_Long_OpPow: OpPow.Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  571. implicit val op_DM_DM_Long_OpSub: OpSub.Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  572. implicit val op_DM_S_Double_OpAdd: OpAdd.Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  573. implicit val op_DM_S_Double_OpDiv: OpDiv.Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  574. implicit val op_DM_S_Double_OpMod: OpMod.Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  575. implicit val op_DM_S_Double_OpMulMatrix: OpMulMatrix.Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  576. implicit val op_DM_S_Double_OpMulScalar: OpMulScalar.Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  577. implicit val op_DM_S_Double_OpPow: OpPow.Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  578. implicit val op_DM_S_Double_OpSub: OpSub.Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  579. implicit val op_DM_S_Float_OpAdd: OpAdd.Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  580. implicit val op_DM_S_Float_OpDiv: OpDiv.Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  581. implicit val op_DM_S_Float_OpMod: OpMod.Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  582. implicit val op_DM_S_Float_OpMulMatrix: OpMulMatrix.Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  583. implicit val op_DM_S_Float_OpMulScalar: OpMulScalar.Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  584. implicit val op_DM_S_Float_OpPow: OpPow.Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  585. implicit val op_DM_S_Float_OpSub: OpSub.Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  586. implicit val op_DM_S_Int_OpAdd: OpAdd.Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  587. implicit val op_DM_S_Int_OpDiv: OpDiv.Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  588. implicit val op_DM_S_Int_OpMod: OpMod.Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  589. implicit val op_DM_S_Int_OpMulMatrix: OpMulMatrix.Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  590. implicit val op_DM_S_Int_OpMulScalar: OpMulScalar.Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  591. implicit val op_DM_S_Int_OpPow: OpPow.Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  592. implicit val op_DM_S_Int_OpSub: OpSub.Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  593. implicit val op_DM_S_Long_OpAdd: OpAdd.Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  594. implicit val op_DM_S_Long_OpDiv: OpDiv.Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  595. implicit val op_DM_S_Long_OpMod: OpMod.Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  596. implicit val op_DM_S_Long_OpMulMatrix: OpMulMatrix.Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  597. implicit val op_DM_S_Long_OpMulScalar: OpMulScalar.Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  598. implicit val op_DM_S_Long_OpPow: OpPow.Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  599. implicit val op_DM_S_Long_OpSub: OpSub.Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  600. implicit def op_DM_S_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpAdd.Impl2[DenseMatrix[T], T, DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  601. implicit def op_DM_S_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpDiv.Impl2[DenseMatrix[T], T, DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  602. implicit def op_DM_S_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpMod.Impl2[DenseMatrix[T], T, DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  603. implicit def op_DM_S_OpMulMatrix[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpMulMatrix.Impl2[DenseMatrix[T], T, DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  604. implicit def op_DM_S_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpMulScalar.Impl2[DenseMatrix[T], T, DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  605. implicit def op_DM_S_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpPow.Impl2[DenseMatrix[T], T, DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  606. implicit def op_DM_S_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): OpSub.Impl2[DenseMatrix[T], T, DenseMatrix[T]]
    Definition Classes
    DenseMatrixExpandedOps
  607. implicit val op_M_DM_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  608. implicit val op_M_DM_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  609. implicit val op_M_DM_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMod.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  610. implicit val op_M_DM_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  611. implicit val op_M_DM_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpSub.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  612. implicit val op_M_DM_Complex_OpAdd: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpAdd.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  613. implicit val op_M_DM_Complex_OpDiv: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpDiv.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  614. implicit val op_M_DM_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulScalar.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  615. implicit val op_M_DM_Complex_OpPow: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpPow.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  616. implicit val op_M_DM_Complex_OpSub: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpSub.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  617. implicit val op_M_DM_Double_OpAdd: BinaryRegistry[Matrix[Double], Matrix[Double], OpAdd.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  618. implicit val op_M_DM_Double_OpDiv: BinaryRegistry[Matrix[Double], Matrix[Double], OpDiv.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  619. implicit val op_M_DM_Double_OpMod: BinaryRegistry[Matrix[Double], Matrix[Double], OpMod.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  620. implicit val op_M_DM_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulScalar.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  621. implicit val op_M_DM_Double_OpPow: BinaryRegistry[Matrix[Double], Matrix[Double], OpPow.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  622. implicit val op_M_DM_Double_OpSub: BinaryRegistry[Matrix[Double], Matrix[Double], OpSub.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  623. implicit val op_M_DM_Float_OpAdd: BinaryRegistry[Matrix[Float], Matrix[Float], OpAdd.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  624. implicit val op_M_DM_Float_OpDiv: BinaryRegistry[Matrix[Float], Matrix[Float], OpDiv.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  625. implicit val op_M_DM_Float_OpMod: BinaryRegistry[Matrix[Float], Matrix[Float], OpMod.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  626. implicit val op_M_DM_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulScalar.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  627. implicit val op_M_DM_Float_OpPow: BinaryRegistry[Matrix[Float], Matrix[Float], OpPow.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  628. implicit val op_M_DM_Float_OpSub: BinaryRegistry[Matrix[Float], Matrix[Float], OpSub.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  629. implicit val op_M_DM_Int_OpAdd: BinaryRegistry[Matrix[Int], Matrix[Int], OpAdd.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  630. implicit val op_M_DM_Int_OpDiv: BinaryRegistry[Matrix[Int], Matrix[Int], OpDiv.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  631. implicit val op_M_DM_Int_OpMod: BinaryRegistry[Matrix[Int], Matrix[Int], OpMod.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  632. implicit val op_M_DM_Int_OpMulScalar: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulScalar.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  633. implicit val op_M_DM_Int_OpPow: BinaryRegistry[Matrix[Int], Matrix[Int], OpPow.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  634. implicit val op_M_DM_Int_OpSub: BinaryRegistry[Matrix[Int], Matrix[Int], OpSub.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  635. implicit val op_M_DM_Long_OpAdd: BinaryRegistry[Matrix[Long], Matrix[Long], OpAdd.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  636. implicit val op_M_DM_Long_OpDiv: BinaryRegistry[Matrix[Long], Matrix[Long], OpDiv.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  637. implicit val op_M_DM_Long_OpMod: BinaryRegistry[Matrix[Long], Matrix[Long], OpMod.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  638. implicit val op_M_DM_Long_OpMulScalar: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulScalar.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  639. implicit val op_M_DM_Long_OpPow: BinaryRegistry[Matrix[Long], Matrix[Long], OpPow.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  640. implicit val op_M_DM_Long_OpSub: BinaryRegistry[Matrix[Long], Matrix[Long], OpSub.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  641. implicit val op_M_M_BigInt: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulMatrix.type, Matrix[BigInt]]
    Definition Classes
    MatrixMultOps
  642. implicit val op_M_M_Complex: BinaryRegistry[Matrix[Complex], Matrix[Complex], OpMulMatrix.type, Matrix[Complex]]
    Definition Classes
    MatrixMultOps
  643. implicit val op_M_M_Double: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulMatrix.type, Matrix[Double]]
    Definition Classes
    MatrixMultOps
  644. implicit val op_M_M_Float: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulMatrix.type, Matrix[Float]]
    Definition Classes
    MatrixMultOps
  645. implicit val op_M_M_Int: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulMatrix.type, Matrix[Int]]
    Definition Classes
    MatrixMultOps
  646. implicit val op_M_M_Long: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulMatrix.type, Matrix[Long]]
    Definition Classes
    MatrixMultOps
  647. implicit def op_M_M_Semiring[T](implicit arg0: Semiring[T], arg1: Zero[T], arg2: ClassTag[T]): OpMulMatrix.Impl2[Matrix[T], Matrix[T], Matrix[T]]
    Definition Classes
    MatrixMultOps
  648. implicit val op_M_S_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], BigInt, OpAdd.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  649. implicit val op_M_S_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], BigInt, OpDiv.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  650. implicit val op_M_S_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], BigInt, OpMod.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  651. implicit val op_M_S_BigInt_OpMulMatrix: BinaryRegistry[Matrix[BigInt], BigInt, OpMulMatrix.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  652. implicit val op_M_S_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], BigInt, OpMulScalar.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  653. implicit val op_M_S_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], BigInt, OpSub.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  654. implicit val op_M_S_Complex_OpAdd: BinaryRegistry[Matrix[Complex], Complex, OpAdd.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  655. implicit val op_M_S_Complex_OpDiv: BinaryRegistry[Matrix[Complex], Complex, OpDiv.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  656. implicit val op_M_S_Complex_OpMulMatrix: BinaryRegistry[Matrix[Complex], Complex, OpMulMatrix.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  657. implicit val op_M_S_Complex_OpMulScalar: BinaryRegistry[Matrix[Complex], Complex, OpMulScalar.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  658. implicit val op_M_S_Complex_OpPow: BinaryRegistry[Matrix[Complex], Complex, OpPow.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  659. implicit val op_M_S_Complex_OpSub: BinaryRegistry[Matrix[Complex], Complex, OpSub.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  660. implicit val op_M_S_Double_OpAdd: BinaryRegistry[Matrix[Double], Double, OpAdd.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  661. implicit val op_M_S_Double_OpDiv: BinaryRegistry[Matrix[Double], Double, OpDiv.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  662. implicit val op_M_S_Double_OpMod: BinaryRegistry[Matrix[Double], Double, OpMod.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  663. implicit val op_M_S_Double_OpMulMatrix: BinaryRegistry[Matrix[Double], Double, OpMulMatrix.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  664. implicit val op_M_S_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Double, OpMulScalar.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  665. implicit val op_M_S_Double_OpPow: BinaryRegistry[Matrix[Double], Double, OpPow.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  666. implicit val op_M_S_Double_OpSub: BinaryRegistry[Matrix[Double], Double, OpSub.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  667. implicit val op_M_S_Float_OpAdd: BinaryRegistry[Matrix[Float], Float, OpAdd.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  668. implicit val op_M_S_Float_OpDiv: BinaryRegistry[Matrix[Float], Float, OpDiv.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  669. implicit val op_M_S_Float_OpMod: BinaryRegistry[Matrix[Float], Float, OpMod.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  670. implicit val op_M_S_Float_OpMulMatrix: BinaryRegistry[Matrix[Float], Float, OpMulMatrix.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  671. implicit val op_M_S_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Float, OpMulScalar.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  672. implicit val op_M_S_Float_OpPow: BinaryRegistry[Matrix[Float], Float, OpPow.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  673. implicit val op_M_S_Float_OpSub: BinaryRegistry[Matrix[Float], Float, OpSub.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  674. implicit val op_M_S_Int_OpAdd: BinaryRegistry[Matrix[Int], Int, OpAdd.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  675. implicit val op_M_S_Int_OpDiv: BinaryRegistry[Matrix[Int], Int, OpDiv.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  676. implicit val op_M_S_Int_OpMod: BinaryRegistry[Matrix[Int], Int, OpMod.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  677. implicit val op_M_S_Int_OpMulMatrix: BinaryRegistry[Matrix[Int], Int, OpMulMatrix.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  678. implicit val op_M_S_Int_OpMulScalar: BinaryRegistry[Matrix[Int], Int, OpMulScalar.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  679. implicit val op_M_S_Int_OpPow: BinaryRegistry[Matrix[Int], Int, OpPow.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  680. implicit val op_M_S_Int_OpSub: BinaryRegistry[Matrix[Int], Int, OpSub.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  681. implicit val op_M_S_Long_OpAdd: BinaryRegistry[Matrix[Long], Long, OpAdd.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  682. implicit val op_M_S_Long_OpDiv: BinaryRegistry[Matrix[Long], Long, OpDiv.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  683. implicit val op_M_S_Long_OpMod: BinaryRegistry[Matrix[Long], Long, OpMod.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  684. implicit val op_M_S_Long_OpMulMatrix: BinaryRegistry[Matrix[Long], Long, OpMulMatrix.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  685. implicit val op_M_S_Long_OpMulScalar: BinaryRegistry[Matrix[Long], Long, OpMulScalar.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  686. implicit val op_M_S_Long_OpPow: BinaryRegistry[Matrix[Long], Long, OpPow.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  687. implicit val op_M_S_Long_OpSub: BinaryRegistry[Matrix[Long], Long, OpSub.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  688. implicit def op_M_S_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpAdd.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  689. implicit def op_M_S_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpDiv.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  690. implicit def op_M_S_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMod.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  691. implicit def op_M_S_OpMulMatrix[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMulMatrix.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  692. implicit def op_M_S_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMulScalar.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  693. implicit def op_M_S_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpPow.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  694. implicit def op_M_S_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpSub.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  695. implicit val op_M_V_BigInt: BinaryRegistry[Matrix[BigInt], Vector[BigInt], OpMulMatrix.type, Vector[BigInt]]
    Definition Classes
    MatrixMultOps
  696. implicit val op_M_V_Complex: BinaryRegistry[Matrix[Complex], Vector[Complex], OpMulMatrix.type, Vector[Complex]]
    Definition Classes
    MatrixMultOps
  697. implicit val op_M_V_Double: BinaryRegistry[Matrix[Double], Vector[Double], OpMulMatrix.type, Vector[Double]]
    Definition Classes
    MatrixMultOps
  698. implicit val op_M_V_Float: BinaryRegistry[Matrix[Float], Vector[Float], OpMulMatrix.type, Vector[Float]]
    Definition Classes
    MatrixMultOps
  699. implicit val op_M_V_Int: BinaryRegistry[Matrix[Int], Vector[Int], OpMulMatrix.type, Vector[Int]]
    Definition Classes
    MatrixMultOps
  700. implicit val op_M_V_Long: BinaryRegistry[Matrix[Long], Vector[Long], OpMulMatrix.type, Vector[Long]]
    Definition Classes
    MatrixMultOps
  701. implicit def op_M_V_Semiring[T](implicit arg0: Semiring[T], arg1: Zero[T], arg2: ClassTag[T]): OpMulMatrix.Impl2[Matrix[T], Vector[T], Vector[T]]
    Definition Classes
    MatrixMultOps
  702. implicit val op_S_M_BigInt_OpAdd: BinaryRegistry[BigInt, Matrix[BigInt], OpAdd.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  703. implicit val op_S_M_BigInt_OpDiv: BinaryRegistry[BigInt, Matrix[BigInt], OpDiv.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  704. implicit val op_S_M_BigInt_OpMod: BinaryRegistry[BigInt, Matrix[BigInt], OpMod.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  705. implicit val op_S_M_BigInt_OpMulMatrix: BinaryRegistry[BigInt, Matrix[BigInt], OpMulMatrix.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  706. implicit val op_S_M_BigInt_OpMulScalar: BinaryRegistry[BigInt, Matrix[BigInt], OpMulScalar.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  707. implicit val op_S_M_BigInt_OpSub: BinaryRegistry[BigInt, Matrix[BigInt], OpSub.type, Matrix[BigInt]]
    Definition Classes
    MatrixExpandedOps
  708. implicit val op_S_M_Complex_OpAdd: BinaryRegistry[Complex, Matrix[Complex], OpAdd.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  709. implicit val op_S_M_Complex_OpDiv: BinaryRegistry[Complex, Matrix[Complex], OpDiv.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  710. implicit val op_S_M_Complex_OpMulMatrix: BinaryRegistry[Complex, Matrix[Complex], OpMulMatrix.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  711. implicit val op_S_M_Complex_OpMulScalar: BinaryRegistry[Complex, Matrix[Complex], OpMulScalar.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  712. implicit val op_S_M_Complex_OpPow: BinaryRegistry[Complex, Matrix[Complex], OpPow.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  713. implicit val op_S_M_Complex_OpSub: BinaryRegistry[Complex, Matrix[Complex], OpSub.type, Matrix[Complex]]
    Definition Classes
    MatrixExpandedOps
  714. implicit val op_S_M_Double_OpAdd: BinaryRegistry[Double, Matrix[Double], OpAdd.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  715. implicit val op_S_M_Double_OpDiv: BinaryRegistry[Double, Matrix[Double], OpDiv.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  716. implicit val op_S_M_Double_OpMod: BinaryRegistry[Double, Matrix[Double], OpMod.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  717. implicit val op_S_M_Double_OpMulMatrix: BinaryRegistry[Double, Matrix[Double], OpMulMatrix.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  718. implicit val op_S_M_Double_OpMulScalar: BinaryRegistry[Double, Matrix[Double], OpMulScalar.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  719. implicit val op_S_M_Double_OpPow: BinaryRegistry[Double, Matrix[Double], OpPow.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  720. implicit val op_S_M_Double_OpSub: BinaryRegistry[Double, Matrix[Double], OpSub.type, Matrix[Double]]
    Definition Classes
    MatrixExpandedOps
  721. implicit val op_S_M_Float_OpAdd: BinaryRegistry[Float, Matrix[Float], OpAdd.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  722. implicit val op_S_M_Float_OpDiv: BinaryRegistry[Float, Matrix[Float], OpDiv.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  723. implicit val op_S_M_Float_OpMod: BinaryRegistry[Float, Matrix[Float], OpMod.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  724. implicit val op_S_M_Float_OpMulMatrix: BinaryRegistry[Float, Matrix[Float], OpMulMatrix.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  725. implicit val op_S_M_Float_OpMulScalar: BinaryRegistry[Float, Matrix[Float], OpMulScalar.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  726. implicit val op_S_M_Float_OpPow: BinaryRegistry[Float, Matrix[Float], OpPow.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  727. implicit val op_S_M_Float_OpSub: BinaryRegistry[Float, Matrix[Float], OpSub.type, Matrix[Float]]
    Definition Classes
    MatrixExpandedOps
  728. implicit val op_S_M_Int_OpAdd: BinaryRegistry[Int, Matrix[Int], OpAdd.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  729. implicit val op_S_M_Int_OpDiv: BinaryRegistry[Int, Matrix[Int], OpDiv.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  730. implicit val op_S_M_Int_OpMod: BinaryRegistry[Int, Matrix[Int], OpMod.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  731. implicit val op_S_M_Int_OpMulMatrix: BinaryRegistry[Int, Matrix[Int], OpMulMatrix.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  732. implicit val op_S_M_Int_OpMulScalar: BinaryRegistry[Int, Matrix[Int], OpMulScalar.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  733. implicit val op_S_M_Int_OpPow: BinaryRegistry[Int, Matrix[Int], OpPow.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  734. implicit val op_S_M_Int_OpSub: BinaryRegistry[Int, Matrix[Int], OpSub.type, Matrix[Int]]
    Definition Classes
    MatrixExpandedOps
  735. implicit val op_S_M_Long_OpAdd: BinaryRegistry[Long, Matrix[Long], OpAdd.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  736. implicit val op_S_M_Long_OpDiv: BinaryRegistry[Long, Matrix[Long], OpDiv.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  737. implicit val op_S_M_Long_OpMod: BinaryRegistry[Long, Matrix[Long], OpMod.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  738. implicit val op_S_M_Long_OpMulMatrix: BinaryRegistry[Long, Matrix[Long], OpMulMatrix.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  739. implicit val op_S_M_Long_OpMulScalar: BinaryRegistry[Long, Matrix[Long], OpMulScalar.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  740. implicit val op_S_M_Long_OpPow: BinaryRegistry[Long, Matrix[Long], OpPow.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  741. implicit val op_S_M_Long_OpSub: BinaryRegistry[Long, Matrix[Long], OpSub.type, Matrix[Long]]
    Definition Classes
    MatrixExpandedOps
  742. implicit def op_S_M_OpAdd[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpAdd.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  743. implicit def op_S_M_OpDiv[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpDiv.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  744. implicit def op_S_M_OpMod[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMod.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  745. implicit def op_S_M_OpMulMatrix[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMulMatrix.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  746. implicit def op_S_M_OpMulScalar[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMulScalar.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  747. implicit def op_S_M_OpPow[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpPow.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  748. implicit def op_S_M_OpSub[T](implicit arg0: Field[T], arg1: Zero[T], arg2: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpSub.type, Matrix[T]]
    Definition Classes
    MatrixExpandedOps
  749. implicit def pureFromUpdate[T, Other, Op <: OpType](implicit op: InPlaceImpl2[Op, T, Other], copy: CanCopy[T]): UImpl2[Op, T, Other, T]
    Definition Classes
    GenericOpsLowPrio
  750. implicit def s_dm_op[T, Op <: OpType, U](implicit opScalar: UImpl2[Op, T, T, U], ct: ClassTag[U], zero: Zero[U]): UImpl2[Op, T, DenseMatrix[T], DenseMatrix[U]]
    Definition Classes
    DenseMatrixExpandedOps
  751. implicit val s_dm_op_Double_OpAdd: OpAdd.Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  752. implicit val s_dm_op_Double_OpDiv: OpDiv.Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  753. implicit val s_dm_op_Double_OpMod: OpMod.Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  754. implicit val s_dm_op_Double_OpMulMatrix: OpMulMatrix.Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  755. implicit val s_dm_op_Double_OpMulScalar: OpMulScalar.Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  756. implicit val s_dm_op_Double_OpPow: OpPow.Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  757. implicit val s_dm_op_Double_OpSub: OpSub.Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
    Definition Classes
    DenseMatrixExpandedOps
  758. implicit val s_dm_op_Float_OpAdd: OpAdd.Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  759. implicit val s_dm_op_Float_OpDiv: OpDiv.Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  760. implicit val s_dm_op_Float_OpMod: OpMod.Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  761. implicit val s_dm_op_Float_OpMulMatrix: OpMulMatrix.Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  762. implicit val s_dm_op_Float_OpMulScalar: OpMulScalar.Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  763. implicit val s_dm_op_Float_OpPow: OpPow.Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  764. implicit val s_dm_op_Float_OpSub: OpSub.Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
    Definition Classes
    DenseMatrixExpandedOps
  765. implicit val s_dm_op_Int_OpAdd: OpAdd.Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  766. implicit val s_dm_op_Int_OpDiv: OpDiv.Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  767. implicit val s_dm_op_Int_OpMod: OpMod.Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  768. implicit val s_dm_op_Int_OpMulMatrix: OpMulMatrix.Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  769. implicit val s_dm_op_Int_OpMulScalar: OpMulScalar.Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  770. implicit val s_dm_op_Int_OpPow: OpPow.Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  771. implicit val s_dm_op_Int_OpSub: OpSub.Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
    Definition Classes
    DenseMatrixExpandedOps
  772. implicit val s_dm_op_Long_OpAdd: OpAdd.Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  773. implicit val s_dm_op_Long_OpDiv: OpDiv.Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  774. implicit val s_dm_op_Long_OpMod: OpMod.Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  775. implicit val s_dm_op_Long_OpMulMatrix: OpMulMatrix.Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  776. implicit val s_dm_op_Long_OpMulScalar: OpMulScalar.Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  777. implicit val s_dm_op_Long_OpPow: OpPow.Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  778. implicit val s_dm_op_Long_OpSub: OpSub.Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
    Definition Classes
    DenseMatrixExpandedOps
  779. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  780. def toString(): String
    Definition Classes
    AnyRef → Any
  781. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  782. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  783. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  784. implicit def zipMap[V, R](implicit arg0: ClassTag[R], arg1: Zero[R], arg2: Semiring[R]): CanZipMapValuesSparseVector[V, R]
  785. implicit def zipMapKV[V, R](implicit arg0: ClassTag[R], arg1: Zero[R], arg2: Semiring[R]): CanZipMapKeyValuesSparseVector[V, R]
  786. implicit def zipMapKV_V[V, R](implicit arg0: ClassTag[R]): CanZipMapKeyValuesVector[V, R]
    Definition Classes
    Vector_TraversalOps
  787. implicit val zipMap_d: CanZipMapValuesSparseVector[Double, Double]
  788. implicit val zipMap_f: CanZipMapValuesSparseVector[Float, Float]
  789. implicit val zipMap_i: CanZipMapValuesSparseVector[Int, Int]
  790. implicit val zipValuesImpl_V_V_Double: BinaryRegistry[Vector[Double], Vector[Double], zipValues.type, ZippedValues[Double, Double]]
    Definition Classes
    VectorExpandOps
  791. implicit val zipValuesImpl_V_V_Float: BinaryRegistry[Vector[Float], Vector[Float], zipValues.type, ZippedValues[Float, Float]]
    Definition Classes
    VectorExpandOps
  792. implicit val zipValuesImpl_V_V_Int: BinaryRegistry[Vector[Int], Vector[Int], zipValues.type, ZippedValues[Int, Int]]
    Definition Classes
    VectorExpandOps
  793. implicit val zipValuesImpl_V_V_Long: BinaryRegistry[Vector[Long], Vector[Long], zipValues.type, ZippedValues[Long, Long]]
    Definition Classes
    VectorExpandOps
  794. implicit def zipValuesSubclass[Vec1, Vec2, T, U](implicit view1: <:<[Vec1, Vector[T]], view2: <:<[Vec2, Vector[U]], op: zipValues.Impl2[Vector[T], Vector[U], ZippedValues[T, U]]): zipValues.Impl2[Vec1, Vec2, ZippedValues[T, U]]
    Definition Classes
    Vector_GenericOps

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from DenseMatrixMultiplyOps

Inherited from DenseMatrix_SetOps

Inherited from DenseMatrix_SlicingOps

Inherited from DenseMatrixMultOps

Inherited from DenseMatrixOpsLowPrio

Inherited from DenseMatrixExpandedOps

Inherited from DenseMatrix_GenericOps

Inherited from MatrixOps

Inherited from MatrixMultOps

Inherited from MatrixExpandedOps

Inherited from MatrixGenericOps

Inherited from TensorLowPrio

Inherited from VectorOps

Inherited from VectorExpandOps

Inherited from Vector_GenericOps

Inherited from Vector_TraversalOps

Inherited from GenericOps

Inherited from GenericOpsLowPrio

Inherited from CastOps

Inherited from GenericOpsLowPrio3

Inherited from AnyRef

Inherited from Any

Ungrouped