addRow

final Matrix addRow(Integer srcRowIndex, Integer dstRowIndex, Number fraction)

Do a row addition transformation; add dstRow multiplied by fraction to srcRow.

Return

new transformed matrix.

Parameters

srcRowIndex
dstRowIndex
fraction