Packages

  • package root
    Definition Classes
    root
  • package scalation

    The scalation package specifies system-wide constants for directory paths.

    The scalation package specifies system-wide constants for directory paths. Sub-packages may wish to define 'BASE-DIR = DATA_DIR + ⁄ + <package>' in their own 'package.scala' files. For maintainability, directory paths should only be specified in 'package.scala' files.

    Definition Classes
    root
  • package linalgebra

    The linalgebra package contains classes, traits and objects for linear algebra, including vectors and matrices for real and complex numbers.

    The linalgebra package contains classes, traits and objects for linear algebra, including vectors and matrices for real and complex numbers.

    Definition Classes
    scalation
  • package math

    The math package contains classes, traits and objects for common mathematical operations.

    The math package contains classes, traits and objects for common mathematical operations. Its package object defines exponentiation, logarithmic, trigonometric, etc. operators and functions.

    Definition Classes
    scalation
  • package par

    The par package contains classes, traits and objects for parallel processing techniques such as Map-Reduce.

    The par package contains classes, traits and objects for parallel processing techniques such as Map-Reduce.

    Definition Classes
    scalation
  • package plot

    The plot package contains classes, traits and objects for simple plotting of x-y data.

    The plot package contains classes, traits and objects for simple plotting of x-y data.

    Definition Classes
    scalation
  • package random

    The random package contains classes, traits and objects for the generation of random numbers.

    The random package contains classes, traits and objects for the generation of random numbers.

    Definition Classes
    scalation
  • package scala2d

    The scala2d package contains classes, traits and objects for for simple 2D graphics in scala, based upon java.swing, java.awt and java_awt_geom.

    The scala2d package contains classes, traits and objects for for simple 2D graphics in scala, based upon java.swing, java.awt and java_awt_geom.

    Definition Classes
    scalation
  • package stat

    The stat package contains classes, traits and objects for basic statistical functions and analyses.

    The stat package contains classes, traits and objects for basic statistical functions and analyses. The package object itself defines an implicit conversion from scalation.linalgebra.VectorD to StatVector.

    Definition Classes
    scalation
  • package tenalgebra
    Definition Classes
    scalation
  • package util

    The util package contains classes, traits and objects for basic utility functions.

    The util package contains classes, traits and objects for basic utility functions.

    Definition Classes
    scalation
  • GenIndexHtml
  • GenReadmeHtml
  • NormSqRleTask
  • RecTaskTest
  • Replace
  • ReplaceAll
  • ReplaceFile
  • ReplaceOne
  • SumRleTask
  • SumTask
  • UpVersion
  • UpVersionAll
  • UpVersionFile
  • Worker
  • WorkerTest
  • scalationTest
o

scalation

GenReadmeHtml

object GenReadmeHtml extends App

The GenReadmeHtml object is used to create the html tables for the api and src directories for convenient Web browsing. > runMain scalation.GenReadmeHtml

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

Value Members

  1. val SKIP: String
  2. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  3. val fApi: File
  4. val fSrc: File
  5. def getDescriptions(f: File): String

    Obtain the Descriptions of a package from its package.scala comments.

    Obtain the Descriptions of a package from its package.scala comments.

    f

    the package.scala file

  6. def getHyphens(depth: Int): String

    Obtain the number of hyphens for the sub-packages.

    Obtain the number of hyphens for the sub-packages.

    depth

    the depth of the project structure

  7. val javaVer: String
  8. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  9. val moduleList: Array[String]
  10. val moduleListS: StringBuilder
  11. val moduleNames: Array[String]
  12. val outApi: PrintWriter
  13. val outSrc: PrintWriter
  14. val postfix: String
  15. val prefix: String
  16. val readmeOut: PrintWriter
  17. def recWrite(f: File, module: String, parPath: String, parName: String, depth: Int, isTestPac: Boolean = false): Unit

    Recursively write table rows for each package.

    Recursively write table rows for each package.

    f

    the directory to examine

    module

    the module name (i.e. scalation_mathstat)

    parPath

    the path of the parent directories (i.e. scalation/util)

    parName

    the name of the parent directories (i.e. scalation.util)

    depth

    the depth of the project structure

    isTestPac

    flag for whether dealing with unit testing packages or not

  18. val scalaVer: String
  19. val scalaVerFull: String
  20. val scalationVer: String
  21. val topPath: String

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