Class MatrixListProcessor.MatrixColsIterable

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

public static class MatrixListProcessor.MatrixColsIterable extends Object implements Iterable<Object>
An Iterable over the columns of a MatrixI. The iterators return VectorI representing each row.