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