Trait

breeze.optimize

DiffFunctionOpImplicits

Related Doc: package optimize

Permalink

sealed trait DiffFunctionOpImplicits extends AnyRef

Self Type
DiffFunction.type
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiffFunctionOpImplicits
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit def castOps[V1, V2, T, Op, VR](implicit v1ev: <:<[V1, DiffFunction[T]], V2ev: <:<[V2, DiffFunction[T]], op: UImpl2[Op, DiffFunction[T], DiffFunction[T], VR]): UImpl2[Op, V1, V2, VR]

    Permalink
  6. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  15. implicit def opAddDiffFunction[T](implicit opAdd: linalg.operators.OpAdd.Impl2[T, T, T]): linalg.operators.OpAdd.Impl2[DiffFunction[T], DiffFunction[T], DiffFunction[T]]

    Permalink
  16. implicit def opDivDiffFunction[T](implicit opDiv: linalg.operators.OpDiv.Impl2[T, Double, T]): linalg.operators.OpDiv.Impl2[DiffFunction[T], Double, DiffFunction[T]]

    Permalink
  17. implicit def opDivLHSDiffFunction[T](implicit opMul: linalg.operators.OpMulMatrix.Impl2[Double, T, T]): linalg.operators.OpDiv.Impl2[Double, DiffFunction[T], DiffFunction[T]]

    Permalink
  18. implicit def opMulDiffFunction[T](implicit opMul: linalg.operators.OpMulMatrix.Impl2[T, Double, T]): linalg.operators.OpMulMatrix.Impl2[DiffFunction[T], Double, DiffFunction[T]]

    Permalink
  19. implicit def opMulLHSDiffFunction[T](implicit opMul: linalg.operators.OpMulMatrix.Impl2[Double, T, T]): linalg.operators.OpMulMatrix.Impl2[Double, DiffFunction[T], DiffFunction[T]]

    Permalink
  20. implicit def opSubDiffFunction[T](implicit opSub: linalg.operators.OpSub.Impl2[T, T, T]): linalg.operators.OpSub.Impl2[DiffFunction[T], DiffFunction[T], DiffFunction[T]]

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped