Uses of Interface
org.la4j.matrix.functor.MatrixPredicate
Packages that use MatrixPredicate
-
Uses of MatrixPredicate in org.la4j
Fields in org.la4j declared as MatrixPredicateModifier and TypeFieldDescriptionstatic final MatrixPredicateMatrices.DIAGONAL_MATRIXChecks whether the matrix is a diagonal matrix.static final MatrixPredicateMatrices.IDENTITY_MATRIXChecks whether the matrix is an identity matrix.static final MatrixPredicateMatrices.LOWER_BIDIAGONAL_MATRIXChecks whether the matrix is a lower bi-diagonal matrix.static final MatrixPredicateMatrices.LOWER_TRIANGULAR_MATRIXChecks whether the matrix is a lower triangular matrix.static final MatrixPredicateMatrices.NEGATIVE_MATRIXChecks whether the matrix is a negative matrix.static final MatrixPredicateMatrices.POSITIVE_MATRIXChecks whether the matrix is a positive matrix.static final MatrixPredicateMatrices.TRIDIAGONAL_MATRIXChecks whether the matrix is a tridiagonal matrix.static final MatrixPredicateMatrices.UPPER_BIDIAGONAL_MATRIXChecks whether the matrix is an upper bidiagonal matrix.static final MatrixPredicateMatrices.UPPER_TRIANGULAR_MATRIXChecks whether the matrix is an upper triangular matrix.static final MatrixPredicateMatrices.ZERO_MATRIXChecks whether the matrix is a zero matrix.Methods in org.la4j with parameters of type MatrixPredicateModifier and TypeMethodDescriptionbooleanMatrix.is(MatrixPredicate predicate) Checks whether this matrix compiles with givenpredicateor not.booleanMatrix.non(MatrixPredicate predicate) Checks whether this matrix compiles with givenpredicateor not.