setRow

fun SincMatrix.setRow(mlRow: Int, values: DoubleArray)
fun SincMatrix.setRow(mlRow: Int, values: SincMatrix)
fun SincMatrix.setRow(mlRow: Int, value: Double)

Indexing starts at 1, like Octave/MATLAB.