fillColumn

fun fillColumn(col: Int, src: DoubleArray, dest: Array<DoubleArray>)

The destination array is mutated by this method

Parameters

col

the column in the destination to fill

src

the source for filling the column, must not be null

dest

the destination array, assumed to be rectangular, must not be null