Object/Trait

virtufin.math.lattice

Path

Related Docs: trait Path | package lattice

Permalink

object Path

Linear Supertypes
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Path
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait Zero[T] extends AnyRef

    Permalink

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. implicit object ZeroDouble extends Zero[Double]

    Permalink
  5. def apply(ts: Array[Double], states: Array[Array[Double]]): Path[Double, Array[Double]]

    Permalink

    A path where the times are scala.Doubles and the states are D o u b l es

    A path where the times are scala.Doubles and the states are D o u b l es

    ts

    times

    states

    as an scala.Array of scala.Array, where the first dimension is along the time dimension and the second dimension is the index for the state array

  6. def apply[T, X](times: Seq[T], states: Array[X]): Path[T, X]

    Permalink
  7. def apply[T, X](pathPoints: PathPoint[T, X]*)(implicit t: ClassTag[T], x: ClassTag[X], o: Ordering[T]): Path[T, X]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  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. def pointTransform[T, V, X](path: Path[T, V], transformation: (PathPoint[T, V]) ⇒ X): Seq[X]

    Permalink

    Point-wise transformation: each virtufin.math.lattice.PathPoint is transformed into an object of type X: p(n)->x(n)

    Point-wise transformation: each virtufin.math.lattice.PathPoint is transformed into an object of type X: p(n)->x(n)

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

    Permalink
    Definition Classes
    AnyRef
  21. def timesFromZero[T](times: Seq[T])(implicit zero: Zero[T], ord: Ordering[T]): Seq[T]

    Permalink
  22. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped