object BldMatrix extends App with BldParams
The BldMatrix
object is used to build matrix classes for various base types.
> runMain scalation.linalgebra.mem_mapped.bld.BldMatrix
- Alphabetic
- By Inheritance
- BldMatrix
- BldParams
- App
- DelayedInit
- 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.
- Definition Classes
- BldParams
- See also
scalation.math
-
val
DIR: String
Directory in which to place the generated code.
Directory in which to place the generated code.
- Definition Classes
- BldParams
-
val
_l: String
Shorthand for universal file separator ('/' or '\\').
Shorthand for universal file separator ('/' or '\\').
- Definition Classes
- BldParams
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
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).
Specifications for each base type (I, L, D, R, Q, C, S).
- Definition Classes
- BldParams
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear