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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pendulum
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def derv(g: Double, l: Double)(t: Double, θ: Double): Double
- val derv2: (Double, Double) ⇒ Double
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val gg: Double
- val ll: Double
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val t: VectorD
- val x: VectorD
- val y: VectorD
- val θ: VectorD
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear