trait BldParams extends AnyRef
The BldParams
trait defines common values to be used in code generation.
Base trait for numeric vectors is Vecto_, with classes Vector_, RleVector_ and
SparseVector_.
Base trait for matrices is Matri_, with classes BidMatrix_, Matrix_, RleMatrix_,
SparseMatrix_ and SymTriMatrix_.
- Alphabetic
- By Inheritance
- BldParams
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
val
CUSTOM: Set[String]
Set of custom base types provided by Scalation.
Set of custom base types provided by Scalation.
- See also
scalation.math
-
val
DIR: String
Directory in which to place the generated code.
-
val
_l: String
Shorthand for universal file separator ('/' or '\\').
-
val
kind: Array[(String, String, String, String, String, String, String, String, String, String)]
Specifications for each base type _ = (I, L, D, R, Q, C, S).