Packages

t

breeze.linalg.operators

BinaryRegistry

trait BinaryRegistry[A, B, Op, R] extends UImpl2[Op, A, B, R] with MMRegistry2[UImpl2[Op, _ <: A, _ <: B, _ <: R]]

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

Linear Supertypes
MMRegistry2[UImpl2[Op, _ <: A, _ <: B, _ <: R]], UImpl2[Op, A, B, R], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryRegistry
  2. MMRegistry2
  3. UImpl2
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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(a: A, b: B): R
    Definition Classes
    BinaryRegistryUImpl2
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bindingMissing(a: A, b: B): R
    Attributes
    protected
  7. val cache: ConcurrentHashMap[(Class[_], Class[_]), Option[UImpl2[Op, _ <: A, _ <: B, _ <: R]]]
    Attributes
    protected
    Definition Classes
    MMRegistry2
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def multipleOptions(a: A, b: B, m: Map[(Class[_], Class[_]), UImpl2[Op, _ <: A, _ <: B, _ <: R]]): Nothing
    Attributes
    protected
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. val ops: HashMap[(Class[_], Class[_]), UImpl2[Op, _ <: A, _ <: B, _ <: R]]
    Attributes
    protected
    Definition Classes
    MMRegistry2
  19. def register[AA <: A, BB <: B](op: UImpl2[Op, AA, BB, _ <: R])(implicit cA: ClassTag[AA], cB: ClassTag[BB]): UImpl2[Op, AA, BB, R]
  20. def register(a: Class[_], b: Class[_], op: UImpl2[Op, _ <: A, _ <: B, _ <: R]): Unit
    Definition Classes
    MMRegistry2
  21. def resolve(a: Class[_], b: Class[_]): Map[(Class[_], Class[_]), UImpl2[Op, _ <: A, _ <: B, _ <: R]]
    Definition Classes
    MMRegistry2
  22. def selectBestOption(options: Map[(Class[_], Class[_]), UImpl2[Op, _ <: A, _ <: B, _ <: R]]): MapView[(Class[_], Class[_]), UImpl2[Op, _ <: A, _ <: B, _ <: R]]

    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
    MMRegistry2
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from MMRegistry2[UImpl2[Op, _ <: A, _ <: B, _ <: R]]

Inherited from UImpl2[Op, A, B, R]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped