getRow

fun getRow(y: Int, row: BitArray?): BitArray

A fast method to retrieve one row of data from the matrix as a BitArray.

Return

The resulting BitArray - this reference should always be used even when passing your own row

Parameters

y

The row to retrieve

row

An optional caller-allocated BitArray, will be allocated if null or too small