invoke

inline operator fun invoke(maxWidth: Int, maxHeight: Int, init: (Int, Int) -> Int): ArrayMutableIntMatrix

Create a new instance with given width, height and initialized according to init.