object DifferentialTest extends App
The DifferentialTest
object is used to test the Differential
object.
> runMain scalation.calculus.DifferentialTest
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DifferentialTest
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val df: Array[FunctionV2S]
- def df_dx0(x: VectorD): Double
- def df_dx1(x: VectorD): Double
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- val f: (VectorD) ⇒ Double
- def f1(x: VectorD): Double
- def f2(x: VectorD): Double
- val f3: (VectorD) ⇒ Double
- val ff: Array[FunctionV2S]
- val g: (Double) ⇒ Double
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val x: VectorD
- val y: Double
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