Interface AdvancedMatrixPredicate
public interface AdvancedMatrixPredicate
An advanced matrix predicate that test the whole matrix rather than its
elements.
-
Method Summary
-
Method Details
-
test
Tests givenmatrix.- Parameters:
matrix- the source matrix- Returns:
- whether the matrix meets this predicate
-