scalation.dynamics

Derivatives

object Derivatives extends AnyRef

This object is used to define types of time derivative functions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Derivatives
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. type Derivative = (Double, Double) ⇒ Double

    Function type for derivative functions: f (t, y) where y is a scalar

  2. type DerivativeV = (Double, VectorD) ⇒ Double

    Function type for derivative functions: f (t, y) where y is a vector