Kyle Kauffman
Results
11
comments of
Kyle Kauffman
Koma also does this. You can write ```kotlin zeros(3, 3, MatrixTypes.FloatType) ``` See [here](https://github.com/kyonifer/koma/blob/master/koma-core-api/common/src/koma/creators.kt#L24). The goal was to mimic the behavior of numpy but remain safely typed.