TransposeOps_LowPrio

trait CastOps
class Object
trait Matchable
class Any

Type members

Inherited classlikes

class LiftApply[K, T](_trans: Transpose[Tensor[K, T]])
Inherited from
TransposeOps_LowPrio2

Implicits

Implicits

implicit def impl_OpMulMatrix_Ut_T_from_Tt_U[T, TT, U, R, RT](implicit transT: CanTranspose[T, TT], op: Impl2[TT, U, R], canTranspose: CanTranspose[R, RT]): Impl2[Transpose[U], T, RT]
implicit def impl_Op_InPlace_Tt_S_from_T_S[Op, K, V, T](implicit ev: ScalarOf[T, V], op: InPlaceImpl2[Op, T, V]): InPlaceImpl2[Op, Transpose[T], V]
implicit def impl_Op_Tt_S_eq_RT_from_T_S[Op, K, V, T, R, RT](implicit ev: ScalarOf[T, V], op: UImpl2[Op, T, V, R], canTranspose: CanTranspose[R, RT]): UImpl2[Op, Transpose[T], V, RT]

Inherited implicits

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 impl_EOp_Tt_Ut_eq_Rt_from_T_U[Op <: ElementwiseUFunc, T, U, R, RT](implicit op: UImpl2[Op, T, U, R], canTranspose: CanTranspose[R, RT]): UImpl2[Op, Transpose[T], Transpose[U], RT]
Inherited from
TransposeOps_LowPrio2
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_Op_InPlace_Tt_from_Op_T[Op, T, U](implicit op: InPlaceImpl[Op, T]): InPlaceImpl[Op, Transpose[T]]
Inherited from
TransposeOps_LowPrio2
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 liftInPlaceOps[Op <: ElementwiseUFunc, T, U, UT](implicit notScalar: NotGiven[ScalarOf[T, U]], transU: CanTranspose[U, UT], op: InPlaceImpl2[Op, T, UT]): InPlaceImpl2[Op, Transpose[T], U]
Inherited from
TransposeOps_LowPrio2
implicit def liftSlice[Op, T, S, U, UT](implicit op: CanSlice[T, S, U], trans: CanTranspose[U, UT]): CanSlice[Transpose[T], S, UT]
Inherited from
TransposeOps_LowPrio2
implicit def liftUFunc[Op, T, U, UT](implicit op: UImpl[Op, T, U], trans: CanTranspose[U, UT]): UImpl[Op, Transpose[T], UT]
Inherited from
TransposeOps_LowPrio2
implicit def liftUFunc3_1[Op <: ElementwiseUFunc, T, T2, U2, T3, U3, R, RT](implicit t2Trans: CanTranspose[T2, U2], t3Trans: CanTranspose[T3, U3], op: UImpl3[Op, T, U2, U3, R], transR: CanTranspose[R, RT]): UImpl3[Op, Transpose[T], T2, T3, RT]
Inherited from
TransposeOps_LowPrio2
implicit def liftUFuncInplace3_1[Op, T, T2, U2, U3, T3](implicit t2Trans: CanTranspose[T2, U2], t3Trans: CanTranspose[T3, U3], op: InPlaceImpl3[Op, T, U2, U3]): InPlaceImpl3[Op, Transpose[T], T2, T3]
Inherited from
TransposeOps_LowPrio2
implicit def pureFromUpdate[T, Other, Op <: OpType](implicit op: InPlaceImpl2[Op, T, Other], copy: CanCopy[T]): UImpl2[Op, T, Other, T]
Inherited from
GenericOpsLowPrio