object UFunc
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UFunc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait InPlaceImpl[Tag, V] extends Serializable
- trait InPlaceImpl2[Tag, V, V2] extends Serializable
- trait InPlaceImpl3[Tag, V, V2, V3] extends Serializable
- trait SinkImpl[Tag, S, V] extends Serializable
- trait SinkImpl2[Tag, S, V, V2] extends Serializable
- trait SinkImpl3[Tag, S, V, V2, V3] extends Serializable
- trait UImpl[Tag, V, +VR] extends Serializable
- trait UImpl2[Tag, V1, V2, +VR] extends Serializable
- trait UImpl3[Tag, V1, V2, V3, +VR] extends Serializable
- trait UImpl4[Tag, V1, V2, V3, V4, +VR] extends Serializable
- final class WithSinkHelp[Tag, S] extends AnyVal
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
- def apply[A1, A2, R](f: (A1, A2) => R): WrappedUFunc2[A1, A2, R]
- def apply[A1, R](f: (A1) => R): WrappedUFunc1[A1, R]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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]
- implicit def canTransformValuesUFunc[Tag, T, V](implicit canTransform: CanTransformValues[T, V], impl: UImpl[Tag, V, V]): InPlaceImpl[Tag, T]
- implicit def canTransformValuesUFunc2[Tag, T, V, V2](implicit canTransform: CanTransformValues[T, V], impl: UImpl2[Tag, V, V2, V]): InPlaceImpl2[Tag, T, V2]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- 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]
- 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]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])