Uses of Interface
org.la4j.matrix.functor.AdvancedMatrixPredicate
-
Packages that use AdvancedMatrixPredicate Package Description org.la4j -
-
Uses of AdvancedMatrixPredicate in org.la4j
Classes in org.la4j that implement AdvancedMatrixPredicate Modifier and Type Class Description private static classMatrices.DiagonallyDominantPredicateprivate static classMatrices.PositiveDefiniteMatrixPredicateprivate static classMatrices.SymmetricMatrixPredicateFields in org.la4j declared as AdvancedMatrixPredicate Modifier and Type Field Description static AdvancedMatrixPredicateMatrices. DIAGONALLY_DOMINANT_MATRIXChecks whether the matrix is a diagonally dominant matrix.static AdvancedMatrixPredicateMatrices. POSITIVE_DEFINITE_MATRIXChecks whether the matrix is positive definite.static AdvancedMatrixPredicateMatrices. SYMMETRIC_MATRIXChecks whether the matrix is a symmetric matrix.Methods in org.la4j with parameters of type AdvancedMatrixPredicate Modifier and Type Method Description booleanMatrix. is(AdvancedMatrixPredicate predicate)Checks whether this matrix compiles with givenpredicateor not.booleanMatrix. non(AdvancedMatrixPredicate predicate)Checks whether this matrix compiles with givenpredicateor not.
-