package bld
The bld
package contains traits and objects for generating source code
for memory mapped arrays.
- Alphabetic
- By Inheritance
- bld
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
Value Members
-
object
BldAll extends App
The
BldAll
object calls all the builders to generate code for the array and sorting classes/traits in thescalation.util
package.The
BldAll
object calls all the builders to generate code for the array and sorting classes/traits in thescalation.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. ------------------------------------------------------------------------------ > runMain scalation.util.bld.BldAll -
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. > runMain scalation.util.bld.BldMM_Array -
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. > runMain scalation.util.bld.BldMM_Sorting -
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. > runMain scalation.util.bld.BldSorting