Packages

o

scalation.calculus

DifferentialTest

object DifferentialTest extends App

The DifferentialTest object is used to test the Differential object. > runMain scalation.calculus.DifferentialTest

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DifferentialTest
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val df: Array[FunctionV2S]
  2. def df_dx0(x: VectorD): Double
  3. def df_dx1(x: VectorD): Double
  4. final val executionStart: Long
    Definition Classes
    App
  5. val f: (VectorD) => Double
  6. def f1(x: VectorD): Double
  7. def f2(x: VectorD): Double
  8. val f3: (VectorD) => Double
  9. val ff: Array[FunctionV2S]
  10. val g: (Double) => Double
  11. final def main(args: Array[String]): Unit
    Definition Classes
    App
  12. val x: VectorD
  13. val y: Double

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear