Packages

o

scalation.calculus

FourierTest

object FourierTest extends App

The FourierTest object is used to test the Fourier class. > runMain scalation.calculus.FourierTest

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

Value Members

  1. val I: MatrixD
  2. val L: Double
  3. val c: VectorD
  4. val e: VectorD
  5. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  6. val four: Fourier
  7. val m: Int
  8. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  9. val sse: Double
  10. val t: VectorD
  11. val w: Double
  12. def x(tt: Double): Double
  13. val y: VectorD
  14. val z: VectorD
  15. val Φ: MatrixD
  16. val λ: 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