along

open fun along(axis: Int): Sequence<F64Array>

Iterates over the array along the specified axis.

Return

a sequence of views along the specified axis

Parameters

axis

the axis to iterate along