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(    maxWidth: Int,     maxHeight: Int,     noinline validator: (Int, Int) -> Boolean,     init: (Int, Int) -> T): ArrayMutableSparseMatrix<T>

Create a new ArrayMutableSparseMatrix instance with the given parameters.