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

    Modifier and Type
    Method
    Description
    boolean
    test(Matrix matrix)
    Tests given matrix.
  • Method Details

    • test

      boolean test(Matrix matrix)
      Tests given matrix.
      Parameters:
      matrix - the source matrix
      Returns:
      whether the matrix meets this predicate