api / koma.matrix / Matrix / forEachCol

forEachCol

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

Passes each col from left to right into a function.

Parameters

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