| Interface | Description |
|---|---|
| Condition |
Condition for boolean indexing
|
| Class | Description |
|---|---|
| AbsValueGreaterThan |
Boolean condition on absolute value: abs(x) > value
|
| AbsValueLessThan |
Boolean condition on absolute value: abs(x) < value
|
| And |
Created by agibsonccc on 10/9/14.
|
| BaseCondition |
Created by agibsonccc on 10/8/14.
|
| ConditionBuilder |
Mini dsl for building conditions
|
| ConditionEquals |
Returns true when all of the conditions equal each other
|
| Conditions |
Static class for conditions
|
| EpsilonEquals |
Created by agibsonccc on 10/8/14.
|
| EqualsCondition |
Created by agibsonccc on 10/8/14.
|
| GreaterThan |
Created by agibsonccc on 10/8/14.
|
| GreaterThanOrEqual |
Created by agibsonccc on 10/8/14.
|
| IsInfinite |
Created by agibsonccc on 10/8/14.
|
| IsNaN |
Condition for whether an element is NaN
|
| LessThan |
Created by agibsonccc on 10/8/14.
|
| LessThanOrEqual |
Created by agibsonccc on 10/8/14.
|
| Not |
Created by agibsonccc on 10/9/14.
|
| Or |
An or between 2 conditions.
|
Copyright © 2016. All Rights Reserved.