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 mem_mapped

    The mem_mapped package contains classes, traits and objects for out-of-core linear algebra, including vectors and matrices for real and complex numbers.

    The mem_mapped package contains classes, traits and objects for out-of-core linear algebra, including vectors and matrices for real and complex numbers.

    Definition Classes
    linalgebra
  • package bld

    The bld package contains traits and objects for generating source code for out-of-core vector classes, matrix traits and matrix classes.

    The bld package contains traits and objects for generating source code for out-of-core vector classes, matrix traits and matrix classes.

    Definition Classes
    mem_mapped
  • BldAll
  • BldMatri
  • BldMatrix
  • BldParams
  • BldVector

trait BldParams extends AnyRef

The BldParams trait defines common values to be used in code generation.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BldParams
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val CUSTOM: Set[String]

    Set of custom base types provided by Scalation.

    Set of custom base types provided by Scalation.

    See also

    scalation.math

  2. val DIR: String

    Directory in which to place the generated code.

  3. val _l: String

    Shorthand for universal file separator ('/' or '\\').

  4. val kind: Array[(String, String, String, String, String, String, String, String, String, String, String)]

    Specifications for each base type (I, L, D, R, Q, C, S).