ZeroPreservingUFuncOps

trait CastOps
class Object
trait Matchable
class Any
object HasOps.type

Implicits

Implicits

implicit def canMapActiveV1DV[Op <: ZeroPreservingUFunc, T, V1, V2, VR, U](implicit handhold: ScalarOf[T, V1], impl: UImpl2[Op, V1, V2, VR], canMapValues: CanMapValues[T, V1, VR, U]): UImpl2[Op, T, V2, U]
implicit def canTransformActiveValuesUFunc[Tag <: ZeroPreservingUFunc, T, V](implicit canTransform: CanTransformValues[T, V], impl: UImpl[Tag, V, V]): InPlaceImpl[Tag, T]
implicit def canTransformActiveValuesUFunc2_T[Tag <: ZeroPreservingUFunc, T, V, V2](implicit canTransform: CanTransformValues[T, V], impl: UImpl2[Tag, V, V2, V]): InPlaceImpl2[Tag, T, V2]
implicit def fromLowOrderCanMapActiveValues[Op <: ZeroPreservingUFunc, T, V, V2, U](implicit handhold: ScalarOf[T, V], impl: UImpl[Op, V, V2], canMapValues: CanMapValues[T, V, V2, U]): UImpl[Op, T, U]

Inherited implicits

implicit def canMapV1DV[Op <: MappingUFunc, T, V1, V2, VR, U](implicit handhold: ScalarOf[T, V1], impl: UImpl2[Op, V1, V2, VR], canMapValues: CanMapValues[T, V1, VR, U]): UImpl2[Op, T, V2, U]
Inherited from:
MappingUFuncOps
implicit def canMapV2ActiveValues[Op <: ZeroPreservingUFunc, T, V1, V2, VR, U](implicit handhold: ScalarOf[T, V2], impl: UImpl2[Op, V1, V2, VR], canMapValues: CanMapValues[T, V2, VR, U]): UImpl2[Op, V1, T, U]
implicit def canMapV2Values[Op <: MappingUFunc, T, V1, V2, VR, U](implicit handhold: ScalarOf[T, V2], impl: UImpl2[Op, V1, V2, VR], canMapValues: CanMapValues[T, V2, VR, U]): UImpl2[Op, V1, T, U]
Inherited from:
MappingUFuncLowPrio
implicit def canTransformValuesUFunc2_T[Tag <: MappingUFunc, T, V, V2](implicit canTransform: CanTransformValues[T, V], impl: UImpl2[Tag, V, V2, V]): InPlaceImpl2[Tag, T, V2]
Inherited from:
MappingUFuncOps
implicit def canTransformValuesUFunc_T[Tag <: MappingUFunc, T, V](implicit canTransform: CanTransformValues[T, V], impl: UImpl[Tag, V, V]): InPlaceImpl[Tag, T]
Inherited from:
MappingUFuncOps
implicit def canZipMapValuesImpl_T[Tag <: MappingUFunc, 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:
MappingUFuncOps
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 fromLowOrderCanMapValues[Op <: MappingUFunc, T, V, V2, U](implicit handhold: ScalarOf[T, V], impl: UImpl[Op, V, V2], canMapValues: CanMapValues[T, V, V2, U]): UImpl[Op, T, U]
Inherited from:
MappingUFuncOps
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_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_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_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 pureFromUpdate[T, Other, Op <: OpType](implicit op: InPlaceImpl2[Op, T, Other], copy: CanCopy[T]): UImpl2[Op, T, Other, T]
Inherited from:
GenericOpsLowPrio