object UFunc

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UFunc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait InPlaceImpl[Tag, V] extends Serializable
  2. trait InPlaceImpl2[Tag, V, V2] extends Serializable
  3. trait InPlaceImpl3[Tag, V, V2, V3] extends Serializable
  4. trait SinkImpl[Tag, S, V] extends Serializable
  5. trait SinkImpl2[Tag, S, V, V2] extends Serializable
  6. trait SinkImpl3[Tag, S, V, V2, V3] extends Serializable
  7. trait UImpl[Tag, V, +VR] extends Serializable
  8. trait UImpl2[Tag, V1, V2, +VR] extends Serializable
  9. trait UImpl3[Tag, V1, V2, V3, +VR] extends Serializable
  10. trait UImpl4[Tag, V1, V2, V3, V4, +VR] extends Serializable
  11. final class WithSinkHelp[Tag, S] extends AnyVal

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. def apply[A1, A2, R](f: (A1, A2) ⇒ R): WrappedUFunc2[A1, A2, R]
  5. def apply[A1, R](f: (A1) ⇒ R): WrappedUFunc1[A1, R]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit def canMapToSinkValuesUFunc[Tag, S, T, V, V2](implicit scalar: ScalarOf[T, V], canMapToSink: linalg.mapValues.SinkImpl2[S, T, (V) ⇒ V2], impl: UImpl[Tag, V, V2]): SinkImpl[Tag, S, T]
  8. implicit def canTransformValuesUFunc[Tag, T, V](implicit canTransform: CanTransformValues[T, V], impl: UImpl[Tag, V, V]): InPlaceImpl[Tag, T]
  9. implicit def canTransformValuesUFunc2[Tag, T, V, V2](implicit canTransform: CanTransformValues[T, V], impl: UImpl2[Tag, V, V2, V]): InPlaceImpl2[Tag, T, V2]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. implicit def collapseUred[Tag, V1, AxisT <: Axis, TA, VR, Result](implicit handhold: HandHold[V1, AxisT, TA], impl: UImpl[Tag, TA, VR], collapse: CanCollapseAxis[V1, AxisT, TA, VR, Result]): UImpl2[Tag, V1, AxisT, Result]
  12. implicit def collapseUred3[Tag, V1, AxisT <: Axis, V3, TA, VR, Result](implicit handhold: HandHold[V1, AxisT, TA], impl: UImpl2[Tag, TA, V3, VR], collapse: CanCollapseAxis[V1, AxisT, TA, VR, Result]): UImpl3[Tag, V1, AxisT, V3, Result]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped