object WolfeLSTest2 extends App
The WolfeLSTest2
object is used to test the WolfeLS
class on vector functions.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WolfeLSTest2
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val dir: VectorD
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
- def f(x: VectorD): Double
- def f2(x: VectorD): Double
- def g(y: Double): Double
- def g2(y: Double): Double
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val solver: WolfeLS
- val solver2: WolfeLS
- var x: VectorD
- var y: Double
- val zo: 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