SparseVectorOps

Type members

Inherited classlikes

class CanZipMapKeyValuesSparseVector[@specialized(Double, Int, Float, Long) V, @specialized(Int, Double) RV]
Inherited from
SparseVectorExpandOps
class CanZipMapKeyValuesVector[@specialized(Double, Int, Float, Long) V, @specialized(Int, Double) RV]
Inherited from
Vector_TraversalOps
class CanZipMapValuesSparseVector[@specialized(Double, Int, Float, Long) V, @specialized(Int, Double) RV]
Inherited from
SparseVectorExpandOps
class CanZipMapValuesVector[@specialized(Int, Double) V, @specialized(Int, Double) RV]
Inherited from
Vector_TraversalOps
class SetDMDMOp[@specialized(Double, Int, Float, Long) V]
Inherited from
DenseMatrix_SetOps
class SetDMDVOp[@specialized(Double, Int, Float, Long) V]
Inherited from
DenseMatrix_SetOps
class SetMSOp[@specialized(Double, Int, Float, Long) V]
Inherited from
DenseMatrix_SetOps
case class ZippedVectorValues[@specialized(Double, Int, Float, Long) T, @specialized(Double, Int, Float, Long) U](a: Vector[T], b: Vector[U])
Inherited from
Vector_GenericOps
object canDotD
Inherited from
DenseVector_DoubleOps

Implicits

Inherited implicits

implicit def DV_canTransformValues[@specialized(Int, Float, Double) V]: CanTransformValues[DenseVector[V], V]
implicit def canCollapseCols_DM[V, R](implicit evidence$62: ClassTag[R]): CanCollapseAxis[DenseMatrix[V], _1, DenseVector[V], R, DenseVector[R]]
implicit def canCollapseRows_DM[V, R](implicit evidence$61: ClassTag[R]): CanCollapseAxis[DenseMatrix[V], _0, DenseVector[V], R, Transpose[DenseVector[R]]]
implicit def canCopyMatrix[V](implicit evidence$91: ClassTag[V]): CanCopy[Matrix[V]]
Inherited from
MatrixGenericOps
implicit def canCopy_DM[V](implicit evidence$8: ClassTag[V]): CanCopy[DenseMatrix[V]]
Inherited from
Vector_TraversalOps
implicit def canMapKeyValuePairs_DM[V, R](implicit evidence$6: ClassTag[R]): CanMapKeyValuePairs[DenseMatrix[V], (Int, Int), V, R, DenseMatrix[R]]
implicit def canMapPairs[V, V2](implicit man: ClassTag[V2]): CanMapKeyValuePairs[DenseVector[V], Int, V, V2, DenseVector[V2]]
implicit def canMapValues_DM[@specialized(Int, Float, Double) V, @specialized(Int, Float, Double) R](implicit evidence$7: ClassTag[R]): CanMapValues[DenseMatrix[V], V, R, DenseMatrix[R]]
implicit def canMapValues_V[V, V2](implicit evidence$2: Zero[V2], man: ClassTag[V2]): CanMapValues[Vector[V], V, V2, Vector[V2]]
Inherited from
Vector_TraversalOps
implicit def canSliceCol[V]: CanSlice2[DenseMatrix[V], ::, Int, DenseVector[V]]
implicit def canSliceCols[V]: CanSlice2[DenseMatrix[V], ::, Range, DenseMatrix[V]]
implicit def canSliceColsAndRows[V]: CanSlice2[DenseMatrix[V], Range, Range, DenseMatrix[V]]
implicit def canSlicePartOfCol[V]: CanSlice2[DenseMatrix[V], Range, Int, DenseVector[V]]
implicit def canSlicePartOfRow[V]: CanSlice2[DenseMatrix[V], Int, Range, Transpose[DenseVector[V]]]
implicit def canSliceRow[V]: CanSlice2[DenseMatrix[V], Int, ::, Transpose[DenseVector[V]]]
implicit def canSliceRows[V]: CanSlice2[DenseMatrix[V], Range, ::, DenseMatrix[V]]
implicit def canSliceTensor[K, V](implicit evidence$1: ClassTag[V]): CanSlice[Tensor[K, V], Seq[K], SliceVector[K, V]]
Inherited from
TensorLowPrio
implicit def canSliceTensor2[K1, K2, V](implicit evidence$3: Semiring[V], evidence$4: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], Seq[K1], Seq[K2], SliceMatrix[K1, K2, V]]
Inherited from
TensorLowPrio
implicit def canSliceTensor2_CRs[K1, K2, V](implicit evidence$5: Semiring[V], evidence$6: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], Seq[K1], K2, SliceVector[(K1, K2), V]]
Inherited from
TensorLowPrio
implicit def canSliceTensor2_CsR[K1, K2, V](implicit evidence$7: Semiring[V], evidence$8: ClassTag[V]): CanSlice2[Tensor[(K1, K2), V], K1, Seq[K2], Transpose[SliceVector[(K1, K2), V]]]
Inherited from
TensorLowPrio
implicit def canSliceTensorBoolean[K, V](implicit evidence$2: ClassTag[V]): CanSlice[Tensor[K, V], Tensor[K, Boolean], SliceVector[K, V]]
Inherited from
TensorLowPrio
implicit def canSliceTensorBooleanCols[V](implicit evidence$7: Semiring[V], evidence$8: ClassTag[V]): CanSlice2[DenseMatrix[V], ::, Tensor[Int, Boolean], SliceMatrix[Int, Int, V]]
implicit def canSliceTensorBooleanRows[V](implicit evidence$5: Semiring[V], evidence$6: ClassTag[V]): CanSlice2[DenseMatrix[V], Tensor[Int, Boolean], ::, SliceMatrix[Int, Int, V]]
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]
Inherited from
TensorLowPrio
implicit def canSliceWeirdCols[V](implicit evidence$3: Semiring[V], evidence$4: ClassTag[V]): CanSlice2[DenseMatrix[V], ::, Seq[Int], SliceMatrix[Int, Int, V]]
implicit def canSliceWeirdRows[V](implicit evidence$1: Semiring[V], evidence$2: ClassTag[V]): CanSlice2[DenseMatrix[V], Seq[Int], ::, SliceMatrix[Int, Int, V]]
implicit def canSlice_DV_Range_eq_DV[@specialized(Int, Float, Long, Double) V]: CanSlice[DenseVector[V], Range, DenseVector[V]]
implicit def canTransformValues_DM[@specialized(Int, Float, Double) V]: CanTransformValues[DenseMatrix[V], V]
implicit def canZipMapValues_V[V, R](implicit evidence$3: ClassTag[R]): CanZipMapValuesVector[V, R]
Inherited from
Vector_TraversalOps
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]
Inherited from
CastOps
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]
Inherited from
CastOps
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]
Inherited from
CastOps
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]
Inherited from
CastOps
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]
Inherited from
CastOps
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]
Inherited from
CastOps
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]
Inherited from
CastOps
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]
Inherited from
CastOps
implicit def dm_dm_UpdateOp_OpAdd[T](implicit evidence$1: Field[T], evidence$2: Zero[T], evidence$3: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
implicit def dm_dm_UpdateOp_OpDiv[T](implicit evidence$10: Field[T], evidence$11: Zero[T], evidence$12: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
implicit def dm_dm_UpdateOp_OpMod[T](implicit evidence$13: Field[T], evidence$14: Zero[T], evidence$15: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
implicit def dm_dm_UpdateOp_OpMulScalar[T](implicit evidence$7: Field[T], evidence$8: Zero[T], evidence$9: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
implicit def dm_dm_UpdateOp_OpPow[T](implicit evidence$16: Field[T], evidence$17: Zero[T], evidence$18: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
implicit def dm_dm_UpdateOp_OpSub[T](implicit evidence$4: Field[T], evidence$5: Zero[T], evidence$6: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], DenseMatrix[T]]
implicit def implAddOp_SV_SV_eq_SV[T](implicit evidence$3: Semiring[T], evidence$4: ClassTag[T]): Impl2[SparseVector[T], SparseVector[T], SparseVector[T]]
Inherited from
SparseVectorExpandOps
implicit def implSubOp_SV_SV_eq_SV[T](implicit evidence$1: Ring[T], evidence$2: ClassTag[T]): Impl2[SparseVector[T], SparseVector[T], SparseVector[T]]
Inherited from
SparseVectorExpandOps
implicit val impl_OpAdd_DV_DV_eq_DV_Double: Impl2[DenseVector[Double], DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVector_DoubleOps
implicit def impl_OpAdd_InPlace_DV_S_Generic[T](implicit field: Semiring[T]): InPlaceImpl2[DenseVector[T], T]
implicit def impl_OpAdd_InPlace_T_U_Generic_from_scaleAdd_InPlace[T, U, V](implicit sa: InPlaceImpl3[T, U, V], semi: Semiring[U]): InPlaceImpl2[T, V]
Inherited from
GenericOps
implicit def impl_OpAdd_InPlace_V_S_Generic[T](implicit field: Semiring[T]): InPlaceImpl2[Vector[T], T]
Inherited from
Vector_GenericOps
implicit def impl_OpAdd_SV_S_eq_SV_Generic[T](implicit evidence$7: Semiring[T]): Impl2[SparseVector[T], T, SparseVector[T]]
implicit def impl_OpAdd_V_V_eq_V_Generic[T](implicit evidence$3: Semiring[T]): Impl2[Vector[T], Vector[T], Vector[T]]
Inherited from
Vector_GenericOps
implicit def impl_OpDiv_InPlace_DV_DV_Generic[T](implicit field: Field[T]): InPlaceImpl2[DenseVector[T], DenseVector[T]]
implicit def impl_OpDiv_InPlace_DV_S_Generic[T](implicit field: Field[T]): InPlaceImpl2[DenseVector[T], T]
implicit def impl_OpDiv_InPlace_V_S_Generic[T](implicit field: Field[T]): InPlaceImpl2[Vector[T], T]
Inherited from
Vector_GenericOps
implicit def impl_OpDiv_InPlace_V_V_Generic[T](implicit field: Field[T]): InPlaceImpl2[Vector[T], Vector[T]]
Inherited from
Vector_GenericOps
implicit val impl_OpMulInner_DV_DV_eq_S_Float: Impl2[DenseVector[Float], DenseVector[Float], Float]
Inherited from
DenseVector_FloatOps
implicit def impl_OpMulInner_DV_DV_eq_S_Generic[T](implicit field: Semiring[T]): Impl2[DenseVector[T], DenseVector[T], T]
implicit val impl_OpMulInner_DV_V_eq_S_Double: Impl2[DenseVector[Double], Vector[Double], Double]
implicit val impl_OpMulInner_DV_V_eq_S_Float: Impl2[DenseVector[Float], Vector[Float], Float]
implicit def impl_OpMulInner_SV_SV_eq_T[T](implicit evidence$5: ClassTag[T], evidence$6: Zero[T], evidence$7: Semiring[T]): Impl2[SparseVector[T], SparseVector[T], T]
Inherited from
SparseVectorExpandOps
implicit val impl_OpMulInner_SV_SV_eq_T_Double: Impl2[SparseVector[Double], SparseVector[Double], Double]
Inherited from
SparseVectorExpandOps
implicit def impl_OpMulInner_V_V_eq_S[T](implicit field: Semiring[T]): Impl2[Vector[T], Vector[T], T]
Inherited from
Vector_GenericOps
implicit val impl_OpMulInner_V_V_eq_S_Double: BinaryRegistry[Vector[Double], Vector[Double], OpMulInner, Double]
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
implicit def impl_OpMulInner_V_V_eq_S_Generic[T](implicit s: Semiring[T]): Impl2[Vector[T], Vector[T], T]
Inherited from
VectorExpandOps
implicit def impl_OpMulMatrix_DM_DM_eq_DM_Generic[T](implicit evidence$2: Semiring[T]): Impl2[DenseMatrix[T], DenseMatrix[T], DenseMatrix[T]]
implicit def impl_OpMulMatrix_DM_V_eq_DV_Generic[T, Vec <: Vector[T]](implicit ring: Semiring[T]): Impl2[DenseMatrix[T], Vec, DenseVector[T]]
implicit def impl_OpMulScalar_InPlace_DV_S_Generic[T](implicit field: Semiring[T]): InPlaceImpl2[DenseVector[T], T]
implicit def impl_OpMulScalar_InPlace_V_S_Generic[T](implicit field: Semiring[T]): InPlaceImpl2[Vector[T], T]
Inherited from
Vector_GenericOps
implicit def impl_OpMulScalar_InPlace_V_V_Generic[T](implicit field: Semiring[T]): InPlaceImpl2[Vector[T], Vector[T]]
Inherited from
Vector_GenericOps
implicit def impl_OpMulScalar_SV_S_eq_SV_Generic[T](implicit evidence$9: Semiring[T], evidence$10: ClassTag[T]): Impl2[SparseVector[T], T, SparseVector[T]]
implicit def impl_OpNeg_T_Generic_from_OpMulScalar[T, U, V](implicit scalarOf: ScalarOf[T, V], ring: Ring[V], scale: Impl2[T, V, U]): Impl[T, U]
Inherited from
GenericOps
implicit def impl_OpPow_InPlace_DV_DV_Generic[T](implicit pow: Impl2[T, T, T]): InPlaceImpl2[DenseVector[T], DenseVector[T]]
implicit def impl_OpPow_InPlace_DV_S_Generic[T](implicit pow: Impl2[T, T, T]): InPlaceImpl2[DenseVector[T], T]
implicit def impl_OpPow_InPlace_V_S_Generic[T](implicit pow: Impl2[T, T, T], zero: Zero[T]): InPlaceImpl2[Vector[T], T]
Inherited from
Vector_GenericOps
implicit def impl_OpPow_InPlace_V_V_Generic[T](implicit pow: Impl2[T, T, T]): InPlaceImpl2[Vector[T], Vector[T]]
Inherited from
Vector_GenericOps
implicit def impl_OpSet_InPlace_DM_M[@specialized(Double, Int, Float, Long) V]: InPlaceImpl2[DenseMatrix[V], Matrix[V]]
implicit def impl_OpSet_InPlace_DV_V[T, Vec](implicit ev: Vec <:< Vector[T]): InPlaceImpl2[DenseVector[T], Vec]
implicit def impl_OpSet_InPlace_SV_S_Generic[T](implicit evidence$5: Zero[T]): InPlaceImpl2[SparseVector[T], T]
Inherited from
Vector_GenericOps
Inherited from
Vector_GenericOps
implicit val impl_OpSub_DV_DV_eq_DV_Double: Impl2[DenseVector[Double], DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVector_DoubleOps
implicit def impl_OpSub_InPlace_DV_DV_Generic[T](implicit field: Ring[T]): InPlaceImpl2[DenseVector[T], DenseVector[T]]
implicit def impl_OpSub_InPlace_DV_S_Generic[T](implicit field: Ring[T]): InPlaceImpl2[DenseVector[T], T]
implicit def impl_OpSub_InPlace_T_U_Generic_from_scaleAdd_InPlace[T, U, V](implicit sa: InPlaceImpl3[T, U, V], ring: Ring[U]): InPlaceImpl2[T, V]
Inherited from
GenericOps
implicit def impl_OpSub_InPlace_V_S_Generic[T](implicit field: Ring[T]): InPlaceImpl2[Vector[T], T]
Inherited from
Vector_GenericOps
implicit def impl_OpSub_SV_S_eq_SV_Generic[T](implicit evidence$8: Ring[T]): Impl2[SparseVector[T], T, SparseVector[T]]
implicit def impl_OpSub_V_V_eq_V_Generic[T](implicit evidence$2: Ring[T]): Impl2[Vector[T], Vector[T], Vector[T]]
Inherited from
Vector_GenericOps
implicit val impl_Op_DV_S_eq_DV_Double_OpAdd: Impl2[DenseVector[Double], Double, DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Double_OpDiv: Impl2[DenseVector[Double], Double, DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Double_OpMod: Impl2[DenseVector[Double], Double, DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Double_OpMulMatrix: Impl2[DenseVector[Double], Double, DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Double_OpMulScalar: Impl2[DenseVector[Double], Double, DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Double_OpPow: Impl2[DenseVector[Double], Double, DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Double_OpSet: Impl2[DenseVector[Double], Double, DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Double_OpSub: Impl2[DenseVector[Double], Double, DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Float_OpAdd: Impl2[DenseVector[Float], Float, DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Float_OpDiv: Impl2[DenseVector[Float], Float, DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Float_OpMod: Impl2[DenseVector[Float], Float, DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Float_OpPow: Impl2[DenseVector[Float], Float, DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Float_OpSet: Impl2[DenseVector[Float], Float, DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_DV_S_eq_DV_Float_OpSub: Impl2[DenseVector[Float], Float, DenseVector[Float]]
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
implicit def impl_Op_InPlace_V_S_Generic_OpAdd[T](implicit evidence$15: Field[T], evidence$16: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpAdd]
Inherited from
VectorExpandOps
implicit def impl_Op_InPlace_V_S_Generic_OpDiv[T](implicit evidence$23: Field[T], evidence$24: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpDiv]
Inherited from
VectorExpandOps
implicit def impl_Op_InPlace_V_S_Generic_OpMod[T](implicit evidence$27: Field[T], evidence$28: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpMod]
Inherited from
VectorExpandOps
implicit def impl_Op_InPlace_V_S_Generic_OpMulMatrix[T](implicit evidence$21: Field[T], evidence$22: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpMulMatrix]
Inherited from
VectorExpandOps
implicit def impl_Op_InPlace_V_S_Generic_OpMulScalar[T](implicit evidence$19: Field[T], evidence$20: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpMulScalar]
Inherited from
VectorExpandOps
implicit def impl_Op_InPlace_V_S_Generic_OpPow[T](implicit evidence$29: Field[T], evidence$30: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpPow]
Inherited from
VectorExpandOps
implicit def impl_Op_InPlace_V_S_Generic_OpSet[T](implicit evidence$25: Field[T], evidence$26: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpSet]
Inherited from
VectorExpandOps
implicit def impl_Op_InPlace_V_S_Generic_OpSub[T](implicit evidence$17: Field[T], evidence$18: ClassTag[T]): BinaryUpdateRegistry[Vector[T], T, OpSub]
Inherited from
VectorExpandOps
implicit def impl_Op_LHS_DVt_eq_R_cast[Tag, V, LHS, R](implicit op: UImpl2[Tag, LHS, DenseMatrix[V], R]): UImpl2[Tag, LHS, Transpose[DenseVector[V]], R]
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]]
implicit val impl_Op_SV_S_eq_SV_Double_OpAdd: Impl2[SparseVector[Double], Double, SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Double_OpDiv: Impl2[SparseVector[Double], Double, SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Double_OpMod: Impl2[SparseVector[Double], Double, SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Double_OpPow: Impl2[SparseVector[Double], Double, SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Double_OpSet: Impl2[SparseVector[Double], Double, SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Double_OpSub: Impl2[SparseVector[Double], Double, SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Float_OpAdd: Impl2[SparseVector[Float], Float, SparseVector[Float]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Float_OpDiv: Impl2[SparseVector[Float], Float, SparseVector[Float]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Float_OpMod: Impl2[SparseVector[Float], Float, SparseVector[Float]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Float_OpPow: Impl2[SparseVector[Float], Float, SparseVector[Float]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Float_OpSet: Impl2[SparseVector[Float], Float, SparseVector[Float]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_S_eq_SV_Float_OpSub: Impl2[SparseVector[Float], Float, SparseVector[Float]]
Inherited from
SparseVectorExpandOps
implicit def impl_Op_SV_S_eq_SV_Generic[Op <: OpType, T](implicit evidence$6: Semiring[T], op: UImpl2[Op, T, T, T]): UImpl2[Op, SparseVector[T], T, SparseVector[T]]
implicit def impl_Op_SV_S_eq_SV_Generic_OpMulMatrix[T](implicit evidence$11: Semiring[T], evidence$12: ClassTag[T]): Impl2[SparseVector[T], T, SparseVector[T]]
implicit val impl_Op_SV_V_eq_SV_Double_OpDiv: Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_V_eq_SV_Double_OpMod: Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_V_eq_SV_Double_OpPow: Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_SV_V_eq_SV_Double_OpSet: Impl2[SparseVector[Double], Vector[Double], SparseVector[Double]]
Inherited from
SparseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Double_OpAdd: Impl2[Double, DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Double_OpDiv: Impl2[Double, DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Double_OpMod: Impl2[Double, DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Double_OpMulMatrix: Impl2[Double, DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Double_OpMulScalar: Impl2[Double, DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Double_OpPow: Impl2[Double, DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Double_OpSet: Impl2[Double, DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Double_OpSub: Impl2[Double, DenseVector[Double], DenseVector[Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Float_OpAdd: Impl2[Float, DenseVector[Float], DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Float_OpDiv: Impl2[Float, DenseVector[Float], DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Float_OpMod: Impl2[Float, DenseVector[Float], DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Float_OpPow: Impl2[Float, DenseVector[Float], DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Float_OpSet: Impl2[Float, DenseVector[Float], DenseVector[Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_DV_eq_DV_Float_OpSub: Impl2[Float, DenseVector[Float], DenseVector[Float]]
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
Inherited from
DenseVectorExpandOps
implicit val impl_Op_S_V_eq_V_Double_OpAdd: BinaryRegistry[Double, Vector[Double], OpAdd, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Double_OpDiv: BinaryRegistry[Double, Vector[Double], OpDiv, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Double_OpMod: BinaryRegistry[Double, Vector[Double], OpMod, Vector[Double]]
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Double_OpPow: BinaryRegistry[Double, Vector[Double], OpPow, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Double_OpSet: BinaryRegistry[Double, Vector[Double], OpSet, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Double_OpSub: BinaryRegistry[Double, Vector[Double], OpSub, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Float_OpAdd: BinaryRegistry[Float, Vector[Float], OpAdd, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Float_OpDiv: BinaryRegistry[Float, Vector[Float], OpDiv, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Float_OpMod: BinaryRegistry[Float, Vector[Float], OpMod, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Float_OpPow: BinaryRegistry[Float, Vector[Float], OpPow, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Float_OpSet: BinaryRegistry[Float, Vector[Float], OpSet, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Float_OpSub: BinaryRegistry[Float, Vector[Float], OpSub, Vector[Float]]
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Long_OpAdd: BinaryRegistry[Long, Vector[Long], OpAdd, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Long_OpDiv: BinaryRegistry[Long, Vector[Long], OpDiv, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Long_OpMod: BinaryRegistry[Long, Vector[Long], OpMod, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Long_OpPow: BinaryRegistry[Long, Vector[Long], OpPow, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Long_OpSet: BinaryRegistry[Long, Vector[Long], OpSet, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_S_V_eq_V_Long_OpSub: BinaryRegistry[Long, Vector[Long], OpSub, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Double_OpAdd: BinaryRegistry[Vector[Double], Double, OpAdd, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Double_OpDiv: BinaryRegistry[Vector[Double], Double, OpDiv, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Double_OpMod: BinaryRegistry[Vector[Double], Double, OpMod, Vector[Double]]
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Double_OpPow: BinaryRegistry[Vector[Double], Double, OpPow, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Double_OpSet: BinaryRegistry[Vector[Double], Double, OpSet, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Double_OpSub: BinaryRegistry[Vector[Double], Double, OpSub, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Float_OpAdd: BinaryRegistry[Vector[Float], Float, OpAdd, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Float_OpDiv: BinaryRegistry[Vector[Float], Float, OpDiv, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Float_OpMod: BinaryRegistry[Vector[Float], Float, OpMod, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Float_OpPow: BinaryRegistry[Vector[Float], Float, OpPow, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Float_OpSet: BinaryRegistry[Vector[Float], Float, OpSet, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Float_OpSub: BinaryRegistry[Vector[Float], Float, OpSub, Vector[Float]]
Inherited from
VectorExpandOps
implicit def impl_Op_V_S_eq_V_Generic_OpAdd[T](implicit evidence$1: Field[T], evidence$2: ClassTag[T]): BinaryRegistry[Vector[T], T, OpAdd, Vector[T]]
Inherited from
VectorExpandOps
implicit def impl_Op_V_S_eq_V_Generic_OpDiv[T](implicit evidence$9: Field[T], evidence$10: ClassTag[T]): BinaryRegistry[Vector[T], T, OpDiv, Vector[T]]
Inherited from
VectorExpandOps
implicit def impl_Op_V_S_eq_V_Generic_OpMod[T](implicit evidence$11: Field[T], evidence$12: ClassTag[T]): BinaryRegistry[Vector[T], T, OpMod, Vector[T]]
Inherited from
VectorExpandOps
implicit def impl_Op_V_S_eq_V_Generic_OpMulMatrix[T](implicit evidence$7: Field[T], evidence$8: ClassTag[T]): BinaryRegistry[Vector[T], T, OpMulMatrix, Vector[T]]
Inherited from
VectorExpandOps
implicit def impl_Op_V_S_eq_V_Generic_OpMulScalar[T](implicit evidence$5: Field[T], evidence$6: ClassTag[T]): BinaryRegistry[Vector[T], T, OpMulScalar, Vector[T]]
Inherited from
VectorExpandOps
implicit def impl_Op_V_S_eq_V_Generic_OpPow[T](implicit evidence$13: Field[T], evidence$14: ClassTag[T]): BinaryRegistry[Vector[T], T, OpPow, Vector[T]]
Inherited from
VectorExpandOps
implicit def impl_Op_V_S_eq_V_Generic_OpSub[T](implicit evidence$3: Field[T], evidence$4: ClassTag[T]): BinaryRegistry[Vector[T], T, OpSub, Vector[T]]
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Long_OpAdd: BinaryRegistry[Vector[Long], Long, OpAdd, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Long_OpDiv: BinaryRegistry[Vector[Long], Long, OpDiv, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Long_OpMod: BinaryRegistry[Vector[Long], Long, OpMod, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Long_OpPow: BinaryRegistry[Vector[Long], Long, OpPow, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Long_OpSet: BinaryRegistry[Vector[Long], Long, OpSet, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_S_eq_V_Long_OpSub: BinaryRegistry[Vector[Long], Long, OpSub, Vector[Long]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_V_eq_V_Double_OpDiv: BinaryRegistry[Vector[Double], Vector[Double], OpDiv, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_V_eq_V_Double_OpMod: BinaryRegistry[Vector[Double], Vector[Double], OpMod, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_V_eq_V_Double_OpPow: BinaryRegistry[Vector[Double], Vector[Double], OpPow, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_V_eq_V_Double_OpSet: BinaryRegistry[Vector[Double], Vector[Double], OpSet, Vector[Double]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_V_eq_V_Float_OpDiv: BinaryRegistry[Vector[Float], Vector[Float], OpDiv, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_V_eq_V_Float_OpMod: BinaryRegistry[Vector[Float], Vector[Float], OpMod, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_V_eq_V_Float_OpPow: BinaryRegistry[Vector[Float], Vector[Float], OpPow, Vector[Float]]
Inherited from
VectorExpandOps
implicit val impl_Op_V_V_eq_V_Float_OpSet: BinaryRegistry[Vector[Float], Vector[Float], OpSet, Vector[Float]]
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
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]
Inherited from
GenericOpsLowPrio3
implicit def impl_dim_DV_eq_I[E]: Impl[DenseVector[E], Int]
Inherited from
DenseVector_DoubleOps
implicit def impl_scaleAdd_InPlace_DM_T_DM[T](implicit evidence$1: Semiring[T]): InPlaceImpl3[DenseMatrix[T], T, DenseMatrix[T]]
implicit def impl_scaleAdd_InPlace_DV_S_DV_Generic[T](implicit evidence$4: Semiring[T]): InPlaceImpl3[DenseVector[T], T, DenseVector[T]]
implicit def impl_scaleAdd_InPlace_V_T_V_Generic[T](implicit evidence$1: Semiring[T]): InPlaceImpl3[Vector[T], T, Vector[T]]
Inherited from
Vector_GenericOps
implicit def impl_scaleAdd_SV_S_SV_InPlace_Generic[T](implicit evidence$13: Semiring[T], evidence$14: ClassTag[T]): InPlaceImpl3[SparseVector[T], T, SparseVector[T]]
implicit val impl_zipValues_DV_DV_Double: Impl2[DenseVector[Double], DenseVector[Double], ZippedValues[Double, Double]]
Inherited from
DenseVectorExpandOps
implicit val impl_zipValues_DV_DV_Float: Impl2[DenseVector[Float], DenseVector[Float], ZippedValues[Float, Float]]
Inherited from
DenseVectorExpandOps
implicit val impl_zipValues_DV_DV_Long: Impl2[DenseVector[Long], DenseVector[Long], ZippedValues[Long, Long]]
Inherited from
DenseVectorExpandOps
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]
Inherited from
SparseVectorExpandOps
implicit def m_m_OpAdd_Update_Semi[T](implicit evidence$92: Semiring[T], evidence$93: ClassTag[T], evidence$94: Zero[T]): InPlaceImpl2[Matrix[T], Matrix[T]]
Inherited from
MatrixGenericOps
implicit def m_m_OpDiv_Update_Ring[T](implicit evidence$101: Field[T], evidence$102: ClassTag[T], evidence$103: Zero[T]): InPlaceImpl2[Matrix[T], Matrix[T]]
Inherited from
MatrixGenericOps
implicit def m_m_OpMul_Update_Semi[T](implicit evidence$95: Semiring[T], evidence$96: ClassTag[T], evidence$97: Zero[T]): InPlaceImpl2[Matrix[T], Matrix[T]]
Inherited from
MatrixGenericOps
implicit def m_m_OpSub_Update_Ring[T](implicit evidence$98: Ring[T], evidence$99: ClassTag[T], evidence$100: Zero[T]): InPlaceImpl2[Matrix[T], Matrix[T]]
Inherited from
MatrixGenericOps
implicit def m_m_UpdateOp_OpAdd[T](implicit evidence$7: Field[T], evidence$8: Zero[T], evidence$9: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpAdd]
Inherited from
MatrixExpandedOps
implicit def m_m_UpdateOp_OpDiv[T](implicit evidence$16: Field[T], evidence$17: Zero[T], evidence$18: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpDiv]
Inherited from
MatrixExpandedOps
implicit def m_m_UpdateOp_OpMod[T](implicit evidence$22: Field[T], evidence$23: Zero[T], evidence$24: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMod]
Inherited from
MatrixExpandedOps
implicit def m_m_UpdateOp_OpMulScalar[T](implicit evidence$13: Field[T], evidence$14: Zero[T], evidence$15: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpMulScalar]
Inherited from
MatrixExpandedOps
implicit def m_m_UpdateOp_OpPow[T](implicit evidence$25: Field[T], evidence$26: Zero[T], evidence$27: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpPow]
Inherited from
MatrixExpandedOps
implicit def m_m_UpdateOp_OpSet[T](implicit evidence$19: Field[T], evidence$20: Zero[T], evidence$21: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSet]
Inherited from
MatrixExpandedOps
implicit def m_m_UpdateOp_OpSub[T](implicit evidence$10: Field[T], evidence$11: Zero[T], evidence$12: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], Matrix[T], OpSub]
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
implicit def m_s_UpdateOp_OpAdd[T](implicit evidence$28: Field[T], evidence$29: Zero[T], evidence$30: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpAdd]
Inherited from
MatrixExpandedOps
implicit def m_s_UpdateOp_OpDiv[T](implicit evidence$40: Field[T], evidence$41: Zero[T], evidence$42: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpDiv]
Inherited from
MatrixExpandedOps
implicit def m_s_UpdateOp_OpMod[T](implicit evidence$43: Field[T], evidence$44: Zero[T], evidence$45: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMod]
Inherited from
MatrixExpandedOps
implicit def m_s_UpdateOp_OpMulMatrix[T](implicit evidence$37: Field[T], evidence$38: Zero[T], evidence$39: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMulMatrix]
Inherited from
MatrixExpandedOps
implicit def m_s_UpdateOp_OpMulScalar[T](implicit evidence$34: Field[T], evidence$35: Zero[T], evidence$36: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpMulScalar]
Inherited from
MatrixExpandedOps
implicit def m_s_UpdateOp_OpPow[T](implicit evidence$46: Field[T], evidence$47: Zero[T], evidence$48: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpPow]
Inherited from
MatrixExpandedOps
implicit def m_s_UpdateOp_OpSub[T](implicit evidence$31: Field[T], evidence$32: Zero[T], evidence$33: ClassTag[T]): BinaryUpdateRegistry[Matrix[T], T, OpSub]
Inherited from
MatrixExpandedOps
implicit def opUpdate_DM_S_OpAdd[T](implicit evidence$19: Field[T], evidence$20: Zero[T], evidence$21: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
implicit def opUpdate_DM_S_OpDiv[T](implicit evidence$31: Field[T], evidence$32: Zero[T], evidence$33: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
implicit def opUpdate_DM_S_OpMod[T](implicit evidence$34: Field[T], evidence$35: Zero[T], evidence$36: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
implicit def opUpdate_DM_S_OpMulMatrix[T](implicit evidence$28: Field[T], evidence$29: Zero[T], evidence$30: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
implicit def opUpdate_DM_S_OpMulScalar[T](implicit evidence$25: Field[T], evidence$26: Zero[T], evidence$27: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
implicit def opUpdate_DM_S_OpPow[T](implicit evidence$37: Field[T], evidence$38: Zero[T], evidence$39: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
implicit def opUpdate_DM_S_OpSub[T](implicit evidence$22: Field[T], evidence$23: Zero[T], evidence$24: ClassTag[T]): InPlaceImpl2[DenseMatrix[T], T]
implicit val op_DM_DM_Double_OpAdd: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
implicit val op_DM_DM_Double_OpDiv: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
implicit val op_DM_DM_Double_OpMod: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
implicit val op_DM_DM_Double_OpMulScalar: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
implicit val op_DM_DM_Double_OpPow: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
implicit val op_DM_DM_Double_OpSub: Impl2[DenseMatrix[Double], DenseMatrix[Double], DenseMatrix[Double]]
implicit val op_DM_DM_Float_OpAdd: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
implicit val op_DM_DM_Float_OpDiv: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
implicit val op_DM_DM_Float_OpMod: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
implicit val op_DM_DM_Float_OpPow: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
implicit val op_DM_DM_Float_OpSub: Impl2[DenseMatrix[Float], DenseMatrix[Float], DenseMatrix[Float]]
implicit val op_DM_DM_Long_OpAdd: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
implicit val op_DM_DM_Long_OpDiv: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
implicit val op_DM_DM_Long_OpMod: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
implicit val op_DM_DM_Long_OpPow: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
implicit val op_DM_DM_Long_OpSub: Impl2[DenseMatrix[Long], DenseMatrix[Long], DenseMatrix[Long]]
implicit val op_DM_S_Double_OpAdd: Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
implicit val op_DM_S_Double_OpDiv: Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
implicit val op_DM_S_Double_OpMod: Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
implicit val op_DM_S_Double_OpMulMatrix: Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
implicit val op_DM_S_Double_OpMulScalar: Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
implicit val op_DM_S_Double_OpPow: Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
implicit val op_DM_S_Double_OpSub: Impl2[DenseMatrix[Double], Double, DenseMatrix[Double]]
implicit val op_DM_S_Float_OpAdd: Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
implicit val op_DM_S_Float_OpDiv: Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
implicit val op_DM_S_Float_OpMod: Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
implicit val op_DM_S_Float_OpMulMatrix: Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
implicit val op_DM_S_Float_OpMulScalar: Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
implicit val op_DM_S_Float_OpPow: Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
implicit val op_DM_S_Float_OpSub: Impl2[DenseMatrix[Float], Float, DenseMatrix[Float]]
implicit val op_DM_S_Int_OpAdd: Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
implicit val op_DM_S_Int_OpDiv: Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
implicit val op_DM_S_Int_OpMod: Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
implicit val op_DM_S_Int_OpMulMatrix: Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
implicit val op_DM_S_Int_OpMulScalar: Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
implicit val op_DM_S_Int_OpPow: Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
implicit val op_DM_S_Int_OpSub: Impl2[DenseMatrix[Int], Int, DenseMatrix[Int]]
implicit val op_DM_S_Long_OpAdd: Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
implicit val op_DM_S_Long_OpDiv: Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
implicit val op_DM_S_Long_OpMod: Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
implicit val op_DM_S_Long_OpMulMatrix: Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
implicit val op_DM_S_Long_OpMulScalar: Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
implicit val op_DM_S_Long_OpPow: Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
implicit val op_DM_S_Long_OpSub: Impl2[DenseMatrix[Long], Long, DenseMatrix[Long]]
implicit def op_DM_S_OpAdd[T](implicit evidence$40: Field[T], evidence$41: Zero[T], evidence$42: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
implicit def op_DM_S_OpDiv[T](implicit evidence$52: Field[T], evidence$53: Zero[T], evidence$54: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
implicit def op_DM_S_OpMod[T](implicit evidence$55: Field[T], evidence$56: Zero[T], evidence$57: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
implicit def op_DM_S_OpMulMatrix[T](implicit evidence$49: Field[T], evidence$50: Zero[T], evidence$51: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
implicit def op_DM_S_OpMulScalar[T](implicit evidence$46: Field[T], evidence$47: Zero[T], evidence$48: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
implicit def op_DM_S_OpPow[T](implicit evidence$58: Field[T], evidence$59: Zero[T], evidence$60: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
implicit def op_DM_S_OpSub[T](implicit evidence$43: Field[T], evidence$44: Zero[T], evidence$45: ClassTag[T]): Impl2[DenseMatrix[T], T, DenseMatrix[T]]
implicit val op_M_DM_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpAdd, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpDiv, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMod, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulScalar, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpSub, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Double_OpAdd: BinaryRegistry[Matrix[Double], Matrix[Double], OpAdd, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Double_OpDiv: BinaryRegistry[Matrix[Double], Matrix[Double], OpDiv, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Double_OpMod: BinaryRegistry[Matrix[Double], Matrix[Double], OpMod, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulScalar, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Double_OpPow: BinaryRegistry[Matrix[Double], Matrix[Double], OpPow, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Double_OpSub: BinaryRegistry[Matrix[Double], Matrix[Double], OpSub, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Float_OpAdd: BinaryRegistry[Matrix[Float], Matrix[Float], OpAdd, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Float_OpDiv: BinaryRegistry[Matrix[Float], Matrix[Float], OpDiv, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Float_OpMod: BinaryRegistry[Matrix[Float], Matrix[Float], OpMod, Matrix[Float]]
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Float_OpPow: BinaryRegistry[Matrix[Float], Matrix[Float], OpPow, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Float_OpSub: BinaryRegistry[Matrix[Float], Matrix[Float], OpSub, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Int_OpAdd: BinaryRegistry[Matrix[Int], Matrix[Int], OpAdd, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Int_OpDiv: BinaryRegistry[Matrix[Int], Matrix[Int], OpDiv, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Int_OpMod: BinaryRegistry[Matrix[Int], Matrix[Int], OpMod, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Int_OpPow: BinaryRegistry[Matrix[Int], Matrix[Int], OpPow, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Int_OpSub: BinaryRegistry[Matrix[Int], Matrix[Int], OpSub, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Long_OpAdd: BinaryRegistry[Matrix[Long], Matrix[Long], OpAdd, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Long_OpDiv: BinaryRegistry[Matrix[Long], Matrix[Long], OpDiv, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Long_OpMod: BinaryRegistry[Matrix[Long], Matrix[Long], OpMod, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Long_OpPow: BinaryRegistry[Matrix[Long], Matrix[Long], OpPow, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_M_DM_Long_OpSub: BinaryRegistry[Matrix[Long], Matrix[Long], OpSub, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_M_M_BigInt: BinaryRegistry[Matrix[BigInt], Matrix[BigInt], OpMulMatrix, Matrix[BigInt]]
Inherited from
MatrixMultOps
implicit val op_M_M_Double: BinaryRegistry[Matrix[Double], Matrix[Double], OpMulMatrix, Matrix[Double]]
Inherited from
MatrixMultOps
implicit val op_M_M_Float: BinaryRegistry[Matrix[Float], Matrix[Float], OpMulMatrix, Matrix[Float]]
Inherited from
MatrixMultOps
implicit val op_M_M_Int: BinaryRegistry[Matrix[Int], Matrix[Int], OpMulMatrix, Matrix[Int]]
Inherited from
MatrixMultOps
implicit val op_M_M_Long: BinaryRegistry[Matrix[Long], Matrix[Long], OpMulMatrix, Matrix[Long]]
Inherited from
MatrixMultOps
implicit def op_M_M_Semiring[T](implicit evidence$4: Semiring[T], evidence$5: Zero[T], evidence$6: ClassTag[T]): Impl2[Matrix[T], Matrix[T], Matrix[T]]
Inherited from
MatrixMultOps
implicit val op_M_S_BigInt_OpAdd: BinaryRegistry[Matrix[BigInt], BigInt, OpAdd, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_BigInt_OpDiv: BinaryRegistry[Matrix[BigInt], BigInt, OpDiv, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_BigInt_OpMod: BinaryRegistry[Matrix[BigInt], BigInt, OpMod, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_BigInt_OpMulMatrix: BinaryRegistry[Matrix[BigInt], BigInt, OpMulMatrix, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_BigInt_OpMulScalar: BinaryRegistry[Matrix[BigInt], BigInt, OpMulScalar, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_BigInt_OpSub: BinaryRegistry[Matrix[BigInt], BigInt, OpSub, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Double_OpAdd: BinaryRegistry[Matrix[Double], Double, OpAdd, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Double_OpDiv: BinaryRegistry[Matrix[Double], Double, OpDiv, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Double_OpMod: BinaryRegistry[Matrix[Double], Double, OpMod, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Double_OpMulMatrix: BinaryRegistry[Matrix[Double], Double, OpMulMatrix, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Double_OpMulScalar: BinaryRegistry[Matrix[Double], Double, OpMulScalar, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Double_OpPow: BinaryRegistry[Matrix[Double], Double, OpPow, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Double_OpSub: BinaryRegistry[Matrix[Double], Double, OpSub, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Float_OpAdd: BinaryRegistry[Matrix[Float], Float, OpAdd, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Float_OpDiv: BinaryRegistry[Matrix[Float], Float, OpDiv, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Float_OpMod: BinaryRegistry[Matrix[Float], Float, OpMod, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Float_OpMulMatrix: BinaryRegistry[Matrix[Float], Float, OpMulMatrix, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Float_OpMulScalar: BinaryRegistry[Matrix[Float], Float, OpMulScalar, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Float_OpPow: BinaryRegistry[Matrix[Float], Float, OpPow, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Float_OpSub: BinaryRegistry[Matrix[Float], Float, OpSub, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Int_OpAdd: BinaryRegistry[Matrix[Int], Int, OpAdd, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Int_OpDiv: BinaryRegistry[Matrix[Int], Int, OpDiv, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Int_OpMod: BinaryRegistry[Matrix[Int], Int, OpMod, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Int_OpPow: BinaryRegistry[Matrix[Int], Int, OpPow, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Int_OpSub: BinaryRegistry[Matrix[Int], Int, OpSub, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Long_OpAdd: BinaryRegistry[Matrix[Long], Long, OpAdd, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Long_OpDiv: BinaryRegistry[Matrix[Long], Long, OpDiv, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Long_OpMod: BinaryRegistry[Matrix[Long], Long, OpMod, Matrix[Long]]
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
implicit val op_M_S_Long_OpPow: BinaryRegistry[Matrix[Long], Long, OpPow, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_M_S_Long_OpSub: BinaryRegistry[Matrix[Long], Long, OpSub, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit def op_M_S_OpAdd[T](implicit evidence$49: Field[T], evidence$50: Zero[T], evidence$51: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpAdd, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_M_S_OpDiv[T](implicit evidence$61: Field[T], evidence$62: Zero[T], evidence$63: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpDiv, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_M_S_OpMod[T](implicit evidence$64: Field[T], evidence$65: Zero[T], evidence$66: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMod, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_M_S_OpMulMatrix[T](implicit evidence$58: Field[T], evidence$59: Zero[T], evidence$60: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMulMatrix, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_M_S_OpMulScalar[T](implicit evidence$55: Field[T], evidence$56: Zero[T], evidence$57: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpMulScalar, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_M_S_OpPow[T](implicit evidence$67: Field[T], evidence$68: Zero[T], evidence$69: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpPow, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_M_S_OpSub[T](implicit evidence$52: Field[T], evidence$53: Zero[T], evidence$54: ClassTag[T]): BinaryRegistry[Matrix[T], T, OpSub, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit val op_M_V_BigInt: BinaryRegistry[Matrix[BigInt], Vector[BigInt], OpMulMatrix, Vector[BigInt]]
Inherited from
MatrixMultOps
implicit val op_M_V_Double: BinaryRegistry[Matrix[Double], Vector[Double], OpMulMatrix, Vector[Double]]
Inherited from
MatrixMultOps
implicit val op_M_V_Float: BinaryRegistry[Matrix[Float], Vector[Float], OpMulMatrix, Vector[Float]]
Inherited from
MatrixMultOps
implicit val op_M_V_Int: BinaryRegistry[Matrix[Int], Vector[Int], OpMulMatrix, Vector[Int]]
Inherited from
MatrixMultOps
implicit val op_M_V_Long: BinaryRegistry[Matrix[Long], Vector[Long], OpMulMatrix, Vector[Long]]
Inherited from
MatrixMultOps
implicit def op_M_V_Semiring[T](implicit evidence$1: Semiring[T], evidence$2: Zero[T], evidence$3: ClassTag[T]): Impl2[Matrix[T], Vector[T], Vector[T]]
Inherited from
MatrixMultOps
implicit val op_S_M_BigInt_OpAdd: BinaryRegistry[BigInt, Matrix[BigInt], OpAdd, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_BigInt_OpDiv: BinaryRegistry[BigInt, Matrix[BigInt], OpDiv, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_BigInt_OpMod: BinaryRegistry[BigInt, Matrix[BigInt], OpMod, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_BigInt_OpMulMatrix: BinaryRegistry[BigInt, Matrix[BigInt], OpMulMatrix, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_BigInt_OpMulScalar: BinaryRegistry[BigInt, Matrix[BigInt], OpMulScalar, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_BigInt_OpSub: BinaryRegistry[BigInt, Matrix[BigInt], OpSub, Matrix[BigInt]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Double_OpAdd: BinaryRegistry[Double, Matrix[Double], OpAdd, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Double_OpDiv: BinaryRegistry[Double, Matrix[Double], OpDiv, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Double_OpMod: BinaryRegistry[Double, Matrix[Double], OpMod, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Double_OpMulMatrix: BinaryRegistry[Double, Matrix[Double], OpMulMatrix, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Double_OpMulScalar: BinaryRegistry[Double, Matrix[Double], OpMulScalar, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Double_OpPow: BinaryRegistry[Double, Matrix[Double], OpPow, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Double_OpSub: BinaryRegistry[Double, Matrix[Double], OpSub, Matrix[Double]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Float_OpAdd: BinaryRegistry[Float, Matrix[Float], OpAdd, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Float_OpDiv: BinaryRegistry[Float, Matrix[Float], OpDiv, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Float_OpMod: BinaryRegistry[Float, Matrix[Float], OpMod, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Float_OpMulMatrix: BinaryRegistry[Float, Matrix[Float], OpMulMatrix, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Float_OpMulScalar: BinaryRegistry[Float, Matrix[Float], OpMulScalar, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Float_OpPow: BinaryRegistry[Float, Matrix[Float], OpPow, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Float_OpSub: BinaryRegistry[Float, Matrix[Float], OpSub, Matrix[Float]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Int_OpAdd: BinaryRegistry[Int, Matrix[Int], OpAdd, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Int_OpDiv: BinaryRegistry[Int, Matrix[Int], OpDiv, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Int_OpMod: BinaryRegistry[Int, Matrix[Int], OpMod, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Int_OpPow: BinaryRegistry[Int, Matrix[Int], OpPow, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Int_OpSub: BinaryRegistry[Int, Matrix[Int], OpSub, Matrix[Int]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Long_OpAdd: BinaryRegistry[Long, Matrix[Long], OpAdd, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Long_OpDiv: BinaryRegistry[Long, Matrix[Long], OpDiv, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Long_OpMod: BinaryRegistry[Long, Matrix[Long], OpMod, Matrix[Long]]
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
Inherited from
MatrixExpandedOps
implicit val op_S_M_Long_OpPow: BinaryRegistry[Long, Matrix[Long], OpPow, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit val op_S_M_Long_OpSub: BinaryRegistry[Long, Matrix[Long], OpSub, Matrix[Long]]
Inherited from
MatrixExpandedOps
implicit def op_S_M_OpAdd[T](implicit evidence$70: Field[T], evidence$71: Zero[T], evidence$72: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpAdd, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_S_M_OpDiv[T](implicit evidence$82: Field[T], evidence$83: Zero[T], evidence$84: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpDiv, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_S_M_OpMod[T](implicit evidence$85: Field[T], evidence$86: Zero[T], evidence$87: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMod, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_S_M_OpMulMatrix[T](implicit evidence$79: Field[T], evidence$80: Zero[T], evidence$81: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMulMatrix, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_S_M_OpMulScalar[T](implicit evidence$76: Field[T], evidence$77: Zero[T], evidence$78: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpMulScalar, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_S_M_OpPow[T](implicit evidence$88: Field[T], evidence$89: Zero[T], evidence$90: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpPow, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def op_S_M_OpSub[T](implicit evidence$73: Field[T], evidence$74: Zero[T], evidence$75: ClassTag[T]): BinaryRegistry[T, Matrix[T], OpSub, Matrix[T]]
Inherited from
MatrixExpandedOps
implicit def pureFromUpdate[T, Other, Op <: OpType](implicit op: InPlaceImpl2[Op, T, Other], copy: CanCopy[T]): UImpl2[Op, T, Other, T]
Inherited from
GenericOpsLowPrio
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]]
implicit val s_dm_op_Double_OpAdd: Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
implicit val s_dm_op_Double_OpDiv: Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
implicit val s_dm_op_Double_OpMod: Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
implicit val s_dm_op_Double_OpMulMatrix: Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
implicit val s_dm_op_Double_OpMulScalar: Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
implicit val s_dm_op_Double_OpPow: Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
implicit val s_dm_op_Double_OpSub: Impl2[Double, DenseMatrix[Double], DenseMatrix[Double]]
implicit val s_dm_op_Float_OpAdd: Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
implicit val s_dm_op_Float_OpDiv: Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
implicit val s_dm_op_Float_OpMod: Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
implicit val s_dm_op_Float_OpMulMatrix: Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
implicit val s_dm_op_Float_OpMulScalar: Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
implicit val s_dm_op_Float_OpPow: Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
implicit val s_dm_op_Float_OpSub: Impl2[Float, DenseMatrix[Float], DenseMatrix[Float]]
implicit val s_dm_op_Int_OpAdd: Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
implicit val s_dm_op_Int_OpDiv: Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
implicit val s_dm_op_Int_OpMod: Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
implicit val s_dm_op_Int_OpMulMatrix: Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
implicit val s_dm_op_Int_OpMulScalar: Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
implicit val s_dm_op_Int_OpPow: Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
implicit val s_dm_op_Int_OpSub: Impl2[Int, DenseMatrix[Int], DenseMatrix[Int]]
implicit val s_dm_op_Long_OpAdd: Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
implicit val s_dm_op_Long_OpDiv: Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
implicit val s_dm_op_Long_OpMod: Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
implicit val s_dm_op_Long_OpMulMatrix: Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
implicit val s_dm_op_Long_OpMulScalar: Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
implicit val s_dm_op_Long_OpPow: Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
implicit val s_dm_op_Long_OpSub: Impl2[Long, DenseMatrix[Long], DenseMatrix[Long]]
implicit def zipMap[V, R](implicit evidence$11: ClassTag[R], evidence$12: Zero[R], evidence$13: Semiring[R]): CanZipMapValuesSparseVector[V, R]
Inherited from
SparseVectorExpandOps
implicit def zipMapKV[V, R](implicit evidence$17: ClassTag[R], evidence$18: Zero[R], evidence$19: Semiring[R]): CanZipMapKeyValuesSparseVector[V, R]
Inherited from
SparseVectorExpandOps
implicit def zipMapKV_V[V, R](implicit evidence$5: ClassTag[R]): CanZipMapKeyValuesVector[V, R]
Inherited from
Vector_TraversalOps
implicit val zipMap_d: CanZipMapValuesSparseVector[Double, Double]
Inherited from
SparseVectorExpandOps
implicit val zipMap_f: CanZipMapValuesSparseVector[Float, Float]
Inherited from
SparseVectorExpandOps
implicit val zipMap_i: CanZipMapValuesSparseVector[Int, Int]
Inherited from
SparseVectorExpandOps
implicit val zipValuesImpl_V_V_Double: BinaryRegistry[Vector[Double], Vector[Double], zipValues, ZippedValues[Double, Double]]
Inherited from
VectorExpandOps
implicit val zipValuesImpl_V_V_Float: BinaryRegistry[Vector[Float], Vector[Float], zipValues, ZippedValues[Float, Float]]
Inherited from
VectorExpandOps
Inherited from
VectorExpandOps
implicit val zipValuesImpl_V_V_Long: BinaryRegistry[Vector[Long], Vector[Long], zipValues, ZippedValues[Long, Long]]
Inherited from
VectorExpandOps
implicit def zipValuesSubclass[Vec1, Vec2, T, U](implicit view1: Vec1 <:< Vector[T], view2: Vec2 <:< Vector[U], op: Impl2[Vector[T], Vector[U], ZippedValues[T, U]]): Impl2[Vec1, Vec2, ZippedValues[T, U]]
Inherited from
Vector_GenericOps