Class MatrixListProcessor

java.lang.Object
com.singularsys.extensions.lambda.StandardListProcessor
com.singularsys.extensions.lambda.MatrixListProcessor
All Implemented Interfaces:
ListProcessor, JepComponent, Serializable

public class MatrixListProcessor extends StandardListProcessor
A list processor which accepts and produces VectorI arguments. All elements in the list are assumed to be the same length.

Two nested types MatrixListProcessor.MatrixRowsIterable and MatrixListProcessor.MatrixColsIterable return iterable views of the rows and columns of a matrix.

See Also: