api / koma.matrix / Matrix / forEachRow

forEachRow

open fun forEachRow(f: (Matrix<T>) ->Unit):Unit

Passes each row from top to bottom into a function.

Parameters

f - A function that takes in a row (i.e. 1xN matrix)