api / koma.matrix / Matrix / invoke

invoke

inline operator fun <reified T> invoke(rows:Int, cols:Int, crossinline filler: (Int,Int) ->T):Matrix<T>