Companion

object Companion

The companion object contains factory functions to create new instances with initialization.

Functions

Link copied to clipboard
inline operator fun <T> invoke(width: Int, height: Int, init: (Int, Int) -> T): ArrayMatrix<T>

Factory function to create an ArrayMatrix.