|
template<class T > |
Bool | allLE (const TableVector< T > &left, const T &right) |
|
template<class T > |
Bool | allLE (const T &left, const TableVector< T > &right) |
|
template<class T > |
Bool | allLT (const TableVector< T > &left, const T &right) |
|
template<class T > |
Bool | allLT (const T &left, const TableVector< T > &right) |
|
template<class T > |
Bool | allGE (const TableVector< T > &left, const T &right) |
|
template<class T > |
Bool | allGE (const T &left, const TableVector< T > &right) |
|
template<class T > |
Bool | allGT (const TableVector< T > &left, const T &right) |
|
template<class T > |
Bool | allGT (const T &left, const TableVector< T > &right) |
|
template<class T > |
Bool | allEQ (const TableVector< T > &left, const T &right) |
|
template<class T > |
Bool | allEQ (const T &left, const TableVector< T > &right) |
|
template<class T > |
Bool | allNE (const TableVector< T > &left, const T &right) |
|
template<class T > |
Bool | allNE (const T &left, const TableVector< T > &right) |
|
Comparison between a table vector and a scalar.
Intended use:
Internal
Review Status
- Reviewed By:
- UNKNOWN
- Date Reviewed:
- before2004/08/25
Synopsis
Element by element comparisons between a table vector and a scalar, which behaves as if it were a conformant table vector filled with the scalar value. At some point operators will be available that return masks where the comparison is true.
Definition at line 92 of file TabVecLogic.h.