Uses of Interface
org.la4j.matrix.functor.AdvancedMatrixPredicate
Packages that use AdvancedMatrixPredicate
-
Uses of AdvancedMatrixPredicate in org.la4j
Classes in org.la4j that implement AdvancedMatrixPredicateModifier and TypeClassDescriptionprivate static class
private static class
private static class
Fields in org.la4j declared as AdvancedMatrixPredicateModifier and TypeFieldDescriptionstatic final AdvancedMatrixPredicate
Matrices.DIAGONALLY_DOMINANT_MATRIX
Checks whether the matrix is a diagonally dominant matrix.static final AdvancedMatrixPredicate
Matrices.POSITIVE_DEFINITE_MATRIX
Checks whether the matrix is positive definite.static final AdvancedMatrixPredicate
Matrices.SYMMETRIC_MATRIX
Checks whether the matrix is a symmetric matrix.Methods in org.la4j with parameters of type AdvancedMatrixPredicateModifier and TypeMethodDescriptionboolean
Matrix.is
(AdvancedMatrixPredicate predicate) Checks whether this matrix compiles with givenpredicate
or not.boolean
Matrix.non
(AdvancedMatrixPredicate predicate) Checks whether this matrix compiles with givenpredicate
or not.