Class MatrixListProcessor.MatrixRowsIterable

java.lang.Object
com.singularsys.extensions.lambda.MatrixListProcessor.MatrixRowsIterable
All Implemented Interfaces:
Iterable<Object>
Enclosing class:
MatrixListProcessor

public static class MatrixListProcessor.MatrixRowsIterable extends Object implements Iterable<Object>
An Iterable over the rows of a MatrixI. The iterators return VectorI representing each column.