casacore
|
#include <TabVecLogic.h>
Public Member Functions | |
template<class T > | |
Bool | allLE (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allLT (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allGE (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allGT (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allEQ (const TableVector< T > &left, const TableVector< T > &right) |
template<class T > | |
Bool | allNE (const TableVector< T > &left, const TableVector< T > &right) |
Comparison between two table vectors
Internal
Element by element comparisons between the left and right table vectors. The result is true only if the comparison is true for every element of the table vectors. At some point operators will be available that return masks where the comparison is true. The left and right operands must be conformant (i.e. have equal length).
Definition at line 58 of file TabVecLogic.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |