Interface AdvancedMatrixPredicate
- All Known Implementing Classes:
Matrices.DiagonallyDominantPredicate, Matrices.PositiveDefiniteMatrixPredicate, Matrices.SymmetricMatrixPredicate
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
-