Trait

breeze.linalg.operators

TernaryUpdateRegistry

Related Doc: package operators

Permalink

trait TernaryUpdateRegistry[A, B, C, Op] extends InPlaceImpl3[Op, A, B, C] with MMRegistry3[InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]]

This is a special kind of BinaryUpdateOp that supports registration of specialized implementations for a given operation.

Linear Supertypes
MMRegistry3[InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]], InPlaceImpl3[Op, A, B, C], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TernaryUpdateRegistry
  2. MMRegistry3
  3. InPlaceImpl3
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(a: A, b: B, c: C): Unit

    Permalink
    Definition Classes
    TernaryUpdateRegistryInPlaceImpl3
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def bindingMissing(a: A, b: B, c: C): Unit

    Permalink
    Attributes
    protected
  7. val cache: ConcurrentHashMap[(Class[_], Class[_], Class[_]), Option[InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]]]

    Permalink
    Attributes
    protected
    Definition Classes
    MMRegistry3
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  15. def multipleOptions(a: A, b: B, c: C, m: Map[(Class[_], Class[_], Class[_]), InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]]): Unit

    Permalink
    Attributes
    protected
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val ops: HashMap[(Class[_], Class[_], Class[_]), InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]]

    Permalink
    Attributes
    protected
    Definition Classes
    MMRegistry3
  20. def register[AA <: A, BB <: B, CC <: C](op: InPlaceImpl3[Op, AA, BB, CC])(implicit manA: ClassTag[AA], manB: ClassTag[BB], manC: ClassTag[CC]): Unit

    Permalink
  21. def register(a: Class[_], b: Class[_], c: Class[_], op: InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]): Unit

    Permalink
    Definition Classes
    MMRegistry3
  22. def resolve(a: Class[_], b: Class[_], c: Class[_]): Map[(Class[_], Class[_], Class[_]), InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]]

    Permalink
    Definition Classes
    MMRegistry3
  23. def selectBestOption(options: Map[(Class[_], Class[_], Class[_]), InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]]): Map[(Class[_], Class[_], Class[_]), InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]]

    Permalink

    This selects based on the partial order induced by the inheritance hierarchy.

    This selects based on the partial order induced by the inheritance hierarchy. If there is ambiguity, all are returned.

    Attributes
    protected
    Definition Classes
    MMRegistry3
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MMRegistry3[InPlaceImpl3[Op, _ <: A, _ <: B, _ <: C]]

Inherited from InPlaceImpl3[Op, A, B, C]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped