Packages

o

apps.analytics

Pendulum

object Pendulum extends App

The Pendulum object is a simple application that fits data governed by a differential equation (pendulum equations) using Principal Differential Analysis. FIX - make a Scala DSL for readble system of Ordinary Differential Equations (ODEs) FIX - extend to Differential Algebraic Equations (DAEs)

See also

www.math.ucdavis.edu/~tracy/courses/math22B/22BBook.pdf > runMain apps.analytics.Pendulum

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

Value Members

  1. def derv(g: Double, l: Double)(t: Double, θ: Double): Double
  2. val derv2: (Double, Double) ⇒ Double
  3. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  4. val gg: Double
  5. val ll: Double
  6. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  7. val t: VectorD
  8. val x: VectorD
  9. val y: VectorD
  10. val θ: VectorD

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