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): ArrayMutableMatrix<T>

Create and initialize a matrix.