Package | Description |
---|---|
org.la4j |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Vector.is(VectorPredicate predicate)
Checks whether this vector compiles with given
predicate or not. |
boolean |
Vector.non(VectorPredicate predicate)
Checks whether this vector compiles with given
predicate or not. |
Copyright © 2015. All rights reserved.