api / koma.matrix / MatrixTypes
MatrixTypes
object MatrixTypes
Intended to be used as a parameter to functions, when selection of matrix type is needed. (e.g. creators.kt which return Matrix for a requested T).
Properties
Name | Summary |
---|---|
DoubleType | val DoubleType: MatrixType < Double > |
FloatType | val FloatType: MatrixType < Float > |
IntType | val IntType: MatrixType < Int > |