| Class | Description |
|---|---|
| Eps |
Bit mask over the ndarrays as to whether
the components are equal or not
|
| EqualTo |
Bit mask over the ndarrays as to whether
the components are equal or not
|
| GreaterThan |
Bit mask over the ndarrays as to whether
the components are greater than or not
|
| GreaterThanOrEqual |
Bit mask over the ndarrays as to whether
the components are greater than or equal or not
|
| LessThan |
Bit mask over the ndarrays as to whether
the components are less than or not
|
| LessThanOrEqual |
Bit mask over the ndarrays as to whether
the components are less than or equal or not
|
| Max |
Max function
|
| Min |
Min function
|
| NotEqualTo |
Not equal to function:
Bit mask over whether 2 elements are not equal or not
|
Copyright © 2016. All Rights Reserved.