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 VectorPredicate
Vectors.NEGATIVE_VECTOR
Checks whether the vector is a negative vector.static final VectorPredicate
Vectors.POSITIVE_VECTOR
Checks whether the vector is a positive vector.static final VectorPredicate
Vectors.ZERO_VECTOR
Checks whether the vector is a zero vector.Methods in org.la4j with parameters of type VectorPredicateModifier and TypeMethodDescriptionboolean
Vector.is
(VectorPredicate predicate) Checks whether this vector compiles with givenpredicate
or not.boolean
Vector.non
(VectorPredicate predicate) Checks whether this vector compiles with givenpredicate
or not.