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.

  • 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.

  • package util

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

  • GenIndexHtml
  • GenReadmeHtml
  • Replace
  • ReplaceAll
  • ReplaceFile
  • ReplaceOne
  • UpVersion
  • UpVersionAll
  • UpVersionFile
  • scalationTest
p

scalation

package scalation

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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package linalgebra

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

  2. 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.

  3. package util

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

Value Members

  1. val BASE: String

    Base directory for ScalaTion (pick one, comment out the rest) Under module differentiated, each module (scalation_mathstat, scalation_modeling and scalation_models) will have its own base directory, rather than sharing a common base directory.

  2. val DATA_DIR: String

    File system path for input/output data directory Use 'SCALATION_HOME' environment variable or else BASE directory "."

  3. val LOG_DIR: String

    File system path for log (log/file output) directory Use 'SCALATION_HOME' environment variable or else BASE directory "."

  4. val MEM_MAPPED_DIR: String

    File system path for memory mapped files directory Use 'SCALATION_HOME' environment variable or else BASE directory "."

  5. val SEP: String

    The file path separation character: '/' for Linux/Mac, '\' for Windows Use either 'SEP' or '⁄' for portability, i.e., do not use '/' or '\'.

  6. val SRC_DIR: String

    File system path for src (source code) directory Use 'SCALATION_HOME' environment variable or else BASE directory "."

  7. val SRC_SCALA_DIR: String
  8. val STORE_DIR: String

    File system path for database storage directory Use 'SCALATION_HOME' environment variable or else BASE directory "."

  9. def removeLast(s: String): String

    Remove the last path element from the file/directory pathname.

    Remove the last path element from the file/directory pathname.

    s

    the string to be so truncated

  10. val : String
  11. object GenIndexHtml extends App

    The GenIndexHtml object is used to create "index.html" files in source code directories (main and test) to enable Web browsing of source code.

    The GenIndexHtml object is used to create "index.html" files in source code directories (main and test) to enable Web browsing of source code. > runMain scalation.GenIndexHtml

  12. object GenReadmeHtml extends App

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

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

  13. object Replace

    The Replace object is used to replace a repeated pattern in the source code.

    The Replace object is used to replace a repeated pattern in the source code. After running, must restore 'pat1' in this file, since it will get updated.

  14. object ReplaceAll extends App

    The ReplaceAll object updates the pattern in all source (.scala) files at or below the 'currentDir'.

    The ReplaceAll object updates the pattern in all source (.scala) files at or below the 'currentDir'. > runMain scalation.ReplaceAll

  15. object ReplaceFile extends App

    The ReplaceFile object updates the pattern in a single source (.scala) file.

    The ReplaceFile object updates the pattern in a single source (.scala) file. > runMain scalation.ReplaceFile

  16. object ReplaceOne extends App

    The ReplaceOne object is used to replace pattern pat1 with pat2.

    The ReplaceOne object is used to replace pattern pat1 with pat2. It reads from standard input and writes to standard output.

  17. object UpVersion

    The UpVersion object is used to update the version number in the source code.

    The UpVersion object is used to update the version number in the source code. After running, must restore 'pat1' in this file, since it will get updated.

  18. object UpVersionAll extends App

    The 'UpVersionAll' object updates the version number of all source (.scala) files at or below the 'currentDir' (see 'UpVersion').

    The 'UpVersionAll' object updates the version number of all source (.scala) files at or below the 'currentDir' (see 'UpVersion'). > runMain scalation.UpVersionAll

  19. object UpVersionFile extends App

    The 'UpVersionFile' object updates the version number of a single source (.scala) file.

    The 'UpVersionFile' object updates the version number of a single source (.scala) file. > runMain scalation.UpVersionFile

  20. object scalationTest extends App

    The scalationTest object is used test the scalation package object.

    The scalationTest object is used test the scalation package object. > runMain scalation.scalationTest

Inherited from AnyRef

Inherited from Any

Ungrouped