Uses of Interface
org.la4j.vector.functor.VectorPredicate
-
Packages that use VectorPredicate Package Description org.la4j -
-
Uses of VectorPredicate in org.la4j
Fields in org.la4j declared as VectorPredicate Modifier and Type Field Description static VectorPredicateVectors. NEGATIVE_VECTORChecks whether the vector is a negative vector.static VectorPredicateVectors. POSITIVE_VECTORChecks whether the vector is a positive vector.static VectorPredicateVectors. ZERO_VECTORChecks whether the vector is a zero vector.Methods in org.la4j with parameters of type VectorPredicate Modifier and Type Method Description booleanVector. is(VectorPredicate predicate)Checks whether this vector compiles with givenpredicateor not.booleanVector. non(VectorPredicate predicate)Checks whether this vector compiles with givenpredicateor not.
-