package bld
The bld
package contains traits and objects for generating source code
for out-of-core vector classes, matrix traits and matrix classes.
- 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 vector and matrix classes/traits in thescalation.linalgbra
package.The
BldAll
object calls all the builders to generate code for the vector and matrix classes/traits in thescalation.linalgbra
package. Note, generated files have the suffix ".scalaa". ------------------------------------------------------------------------------ vector classes - general mathematical vectors matrix traits - base traits for several kinds of matrices matrix 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.linalgebra.mem_mapped.bld.BldAll -
object
BldMatri extends App with BldParams
The
BldMatri
object is used to build Matrix traits for various base types.The
BldMatri
object is used to build Matrix traits for various base types. > runMain scalation.linalgebra.mem_mapped.bld.BldMatri -
object
BldMatrix extends App with BldParams
The
BldMatrix
object is used to build matrix classes for various base types.The
BldMatrix
object is used to build matrix classes for various base types. > runMain scalation.linalgebra.mem_mapped.bld.BldMatrix -
object
BldVector extends App with BldParams
The
BldVector
object is used to build vector classes for various base types.The
BldVector
object is used to build vector classes for various base types. > runMain scalation.linalgebra.mem_mapped.bld.BldVector