Trait/Object

io.github.mandar2812.dynaml.kernels

KernelOps

Related Docs: object KernelOps | package kernels

Permalink

trait KernelOps[+This] extends Any

Annotations
@deprecated
Deprecated
Linear Supertypes
Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KernelOps
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  2. abstract def repr: This

    Permalink

Concrete Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. final def *[TT >: This, B, That](b: B)(implicit op: KernelOpMult.Impl2[TT, B, That]): That

    Permalink
  4. final def +[TT >: This, B, That](b: B)(implicit op: KernelOpAdd.Impl2[TT, B, That]): That

    Permalink

    Alias for :+(b) for all b.

  5. final def :*[TT >: This, B, That](b: B)(implicit op: KernelOuterMult.Impl2[TT, B, That]): That

    Permalink
  6. final def :+[TT >: This, B, That](b: B)(implicit op: KernelOuterAdd.Impl2[TT, B, That]): That

    Permalink
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from Any

Ungrouped