trait DifferentiableField[D, A] extends Field[D, A]

Self Type
DifferentiableField[D, A]
Linear Supertypes
Field[D, A], (Point[D]) => A, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DifferentiableField
  2. Field
  3. Function1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def df: (Point[D]) => EuclideanVector[D]
  2. abstract def domain: Domain[D]
    Definition Classes
    Field
  3. abstract def f: (Point[D]) => A
    Definition Classes
    Field
  4. abstract def scalar: Scalar[A]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *(d: Double)(implicit scalar: Scalar[A]): Field[D, Double]
    Definition Classes
    Field
  4. def +(that: Field[D, A])(implicit scalar: Scalar[A]): Field[D, A]
    Definition Classes
    Field
  5. def -(that: Field[D, A])(implicit scalar: Scalar[A]): Field[D, A]
    Definition Classes
    Field
  6. def :*(that: Field[D, A])(implicit scalar: Scalar[A]): Field[D, A]
    Definition Classes
    Field
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def andThen[B](g: (A) => B): Field[D, B]
    Definition Classes
    Field → Function1
  9. def apply(x: Point[D]): A

    The value of the image at a given point.

    The value of the image at a given point. if an image is accessed outside of its definition, an exception is thrown

    Definition Classes
    Field → Function1
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def compose(t: Transformation[D] with CanDifferentiateWRTPosition[D]): DifferentiableField[D, A]
  13. def compose(t: (Point[D]) => Point[D]): Field[D, A]
    Definition Classes
    Field
  14. def compose[A](g: (A) => Point[D]): (A) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. def differentiate: Field[D, EuclideanVector[D]]
  16. def discretize[DDomain[DD] <: DiscreteDomain[DD]](domain: DDomain[D], outsideValue: A): DiscreteField[D, DDomain, A]
    Definition Classes
    Field
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def isDefinedAt(pt: Point[D]): Boolean

    True if the image is defined at the given point

    True if the image is defined at the given point

    Definition Classes
    Field
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def liftValues: Field[D, Option[A]]

    Lifts the definition of the value function such that it is defined everywhere, but yields none if the value is outside of the domain

    Lifts the definition of the value function such that it is defined everywhere, but yields none if the value is outside of the domain

    Definition Classes
    Field
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    Function1 → AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Field[D, A]

Inherited from (Point[D]) => A

Inherited from AnyRef

Inherited from Any

Ungrouped