trait TransposeOps_Generic extends TransposeOps_LowPrio
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TransposeOps_Generic
- TransposeOps_LowPrio
- TransposeOps_LowPrio2
- GenericOps
- GenericOpsLowPrio
- CastOps
- GenericOpsLowPrio3
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
implicit
class
LiftApply[K, T] extends AnyRef
- Definition Classes
- TransposeOps_LowPrio2
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def canUntranspose[T]: CanTranspose[Transpose[T], T]
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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]
- Definition Classes
- TransposeOps_LowPrio2
-
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
-
implicit
def
impl_OpMulMatrix_Ut_T_from_Tt_U[T, TT, U, R, RT](implicit transT: CanTranspose[T, TT], op: OpMulMatrix.Impl2[TT, U, R], canTranspose: CanTranspose[R, RT]): OpMulMatrix.Impl2[Transpose[U], T, RT]
- Definition Classes
- TransposeOps_LowPrio
-
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
-
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
-
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]
- Definition Classes
- TransposeOps_LowPrio
-
implicit
def
impl_Op_InPlace_Tt_from_Op_T[Op, T, U](implicit op: InPlaceImpl[Op, T]): InPlaceImpl[Op, Transpose[T]]
- Definition Classes
- TransposeOps_LowPrio2
-
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]
- Definition Classes
- TransposeOps_LowPrio
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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]
- Definition Classes
- 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]
- Definition Classes
- TransposeOps_LowPrio2
-
implicit
def
liftUFunc[Op, T, U, UT](implicit op: UImpl[Op, T, U], trans: CanTranspose[U, UT]): UImpl[Op, Transpose[T], UT]
- Definition Classes
- 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]
- Definition Classes
- 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]
- Definition Classes
- TransposeOps_LowPrio2
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
implicit
def
pureFromUpdate[T, Other, Op <: OpType](implicit op: InPlaceImpl2[Op, T, Other], copy: CanCopy[T]): UImpl2[Op, T, Other, T]
- Definition Classes
- GenericOpsLowPrio
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit def transTimesNormalFromDot[T, U, R](implicit dot: OpMulInner.Impl2[T, U, R]): OpMulMatrix.Impl2[Transpose[T], U, R]
- implicit def transposeTensor[K, V, T](implicit ev: <:<[T, Tensor[K, V]]): CanTranspose[T, Transpose[T]]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )