breeze.generic

UFunc

object UFunc

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UFunc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[A1, A2, R](f: (A1, A2) ⇒ R): WrappedUFunc2[A1, A2, R]

  7. def apply[A1, R](f: (A1) ⇒ R): WrappedUFunc1[A1, R]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. 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]

  10. implicit def canTransformValuesUFunc[Tag, T, V](implicit canTransform: CanTransformValues[T, V], impl: UImpl[Tag, V, V]): InPlaceImpl[Tag, T]

  11. implicit def canTransformValuesUFunc2[Tag, T, V, V2](implicit canTransform: CanTransformValues[T, V], impl: UImpl2[Tag, V, V2, V]): InPlaceImpl2[Tag, T, V2]

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. 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]

  14. 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]

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped