public interface MatrixPredicate
boolean test(int rows, int columns)
rows
- the number of rowscolumns
- the number of columnsboolean test(int i, int j, double value)
i
- the row indexj
- the column indexvalue
- the element's valueCopyright © 2015. All rights reserved.