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 VectorPredicate
Vectors. NEGATIVE_VECTOR
Checks whether the vector is a negative vector.static VectorPredicate
Vectors. POSITIVE_VECTOR
Checks whether the vector is a positive vector.static VectorPredicate
Vectors. ZERO_VECTOR
Checks whether the vector is a zero vector.Methods in org.la4j with parameters of type VectorPredicate Modifier and Type Method Description boolean
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.
-