Packages

object Transpose extends TransposeLowPrio with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Transpose
  2. Serializable
  3. Serializable
  4. TransposeLowPrio
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class LiftApply[K, T] extends AnyRef
    Definition Classes
    TransposeLowPrio

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def canUntranspose[T]: CanTranspose[Transpose[T], T]
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. implicit def liftInPlace[Op, T, U](implicit op: InPlaceImpl[Op, T]): InPlaceImpl[Op, Transpose[T]]
    Definition Classes
    TransposeLowPrio
  13. implicit def liftInPlaceOps[Op, T, U](implicit op: InPlaceImpl2[Op, T, U]): InPlaceImpl2[Op, Transpose[T], Transpose[U]]
    Definition Classes
    TransposeLowPrio
  14. implicit def liftOps[Op, T, U, R, RT](implicit op: UImpl2[Op, T, U, R], canTranspose: CanTranspose[R, RT]): UImpl2[Op, Transpose[T], Transpose[U], RT]
    Definition Classes
    TransposeLowPrio
  15. 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
    TransposeLowPrio
  16. implicit def liftUFunc[Op, T, U, UT](implicit op: UImpl[Op, T, U], trans: CanTranspose[U, UT]): UImpl[Op, Transpose[T], UT]
    Definition Classes
    TransposeLowPrio
  17. implicit def liftUFunc3_1[Op, T, T2, T3, U, UT](implicit op: UImpl3[Op, T, T2, T3, U], trans: CanTranspose[U, UT]): UImpl3[Op, Transpose[T], T2, T3, UT]
    Definition Classes
    TransposeLowPrio
  18. implicit def liftUFuncInplace3_1[Op, T, T2, T3](implicit op: InPlaceImpl3[Op, T, T2, T3]): InPlaceImpl3[Op, Transpose[T], T2, T3]
    Definition Classes
    TransposeLowPrio
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. implicit def transMulMatrix[T, U, R, RT](implicit op: operators.OpMulMatrix.Impl2[T, U, R], canTranspose: CanTranspose[R, RT]): operators.OpMulMatrix.Impl2[Transpose[U], Transpose[T], RT]
  25. implicit def transTimesNormalFromDot[T, U, R](implicit dot: operators.OpMulInner.Impl2[T, U, R]): operators.OpMulMatrix.Impl2[Transpose[T], U, R]
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from TransposeLowPrio

Inherited from AnyRef

Inherited from Any

Ungrouped