api / koma.matrix / Matrix / intFactory

intFactory

var intFactory:MatrixFactory<Matrix<Int>>

Default factory that all top-level functions use when building new matrices. Integer matrices.

Replace this factory at runtime with another to change what backend the top-level functions use for computation.