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