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 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
  • package bld

    The bld package contains traits and objects for generating source code for memory mapped arrays.

    The bld package contains traits and objects for generating source code for memory mapped arrays.

    Definition Classes
    util
  • BldAll
  • BldMM_Array
  • BldMM_Sorting
  • BldParams
  • BldSorting

package bld

The bld package contains traits and objects for generating source code for memory mapped arrays.

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

Type Members

  1. trait BldParams extends AnyRef

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

Value Members

  1. object BldAll extends App

    The BldAll object calls all the builders to generate code for the array and sorting classes/traits in the scalation.util package.

    The BldAll object calls all the builders to generate code for the array and sorting classes/traits in the scalation.util package. Note, generated files have the suffix ".scalaa". ------------------------------------------------------------------------------ MM array classes - general mathematical vectors MM sorting classes - base traits for several kinds of matrices sorting classes - regular (dense) matrices ------------------------------------------------------------------------------ To see the differences between the current code and 'new generated code', run the 'check.sh' script. ------------------------------------------------------------------------------ To install the 'new generated code' in the package replacing the current code, run the 'install.sh' script. ------------------------------------------------------------------------------ > run-main scalation.util.bld.BldAll

  2. object BldMM_Array extends App with BldParams

    The BldMM_Array object is used to build memory mapped array classes for various base types.

    The BldMM_Array object is used to build memory mapped array classes for various base types. > run-main scalation.util.bld.BldMM_Array

  3. object BldMM_Sorting extends App with BldParams

    The BldMM_Sorting object is used to build memory mapped array classes for various base types.

    The BldMM_Sorting object is used to build memory mapped array classes for various base types. > run-main scalation.util.bld.BldMM_Sorting

  4. object BldSorting extends App with BldParams

    The BldSorting object is used to build memory mapped array classes for various base types.

    The BldSorting object is used to build memory mapped array classes for various base types. > run-main scalation.util.bld.BldSorting

Inherited from AnyRef

Inherited from Any

Ungrouped