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 classprivate static classprivate static classFields in org.la4j declared as AdvancedMatrixPredicateModifier and TypeFieldDescriptionstatic final AdvancedMatrixPredicateMatrices.DIAGONALLY_DOMINANT_MATRIXChecks whether the matrix is a diagonally dominant matrix.static final AdvancedMatrixPredicateMatrices.POSITIVE_DEFINITE_MATRIXChecks whether the matrix is positive definite.static final AdvancedMatrixPredicateMatrices.SYMMETRIC_MATRIXChecks whether the matrix is a symmetric matrix.Methods in org.la4j with parameters of type AdvancedMatrixPredicateModifier and TypeMethodDescriptionbooleanMatrix.is(AdvancedMatrixPredicate predicate) Checks whether this matrix compiles with givenpredicateor not.booleanMatrix.non(AdvancedMatrixPredicate predicate) Checks whether this matrix compiles with givenpredicateor not.