|
Grid 0.7.0
|
Go to the source code of this file.
Macros | |
| #define | LOGICAL_BINOP(Op) |
Functions | |
| NAMESPACE_BEGIN (Grid) | |
| LOGICAL_BINOP (|) | |
| LOGICAL_BINOP & | LOGICAL_BINOP (||);LOGICAL_BINOP(&& |
| template<class T> | |
| accelerator_inline bool | operator== (const iScalar< T > &t1, const iScalar< T > &t2) |
| template<class T, int N> | |
| accelerator_inline bool | operator== (const iVector< T, N > &t1, const iVector< T, N > &t2) |
| template<class T, int N> | |
| accelerator_inline bool | operator== (const iMatrix< T, N > &t1, const iMatrix< T, N > &t2) |
| NAMESPACE_END (Grid) | |
| #define LOGICAL_BINOP | ( | Op | ) |
Definition at line 32 of file Tensor_logical.h.
| NAMESPACE_BEGIN | ( | Grid | ) |
| LOGICAL_BINOP | ( | | | ) |
| LOGICAL_BINOP & LOGICAL_BINOP | ( | || | ) | && |
| accelerator_inline bool operator== | ( | const iScalar< T > & | t1, |
| const iScalar< T > & | t2 ) |
Definition at line 58 of file Tensor_logical.h.
References iScalar< vtype >::_internal, and accelerator_inline.
| accelerator_inline bool operator== | ( | const iVector< T, N > & | t1, |
| const iVector< T, N > & | t2 ) |
Definition at line 64 of file Tensor_logical.h.
References iVector< vtype, N >::_internal, and accelerator_inline.
| accelerator_inline bool operator== | ( | const iMatrix< T, N > & | t1, |
| const iMatrix< T, N > & | t2 ) |
Definition at line 77 of file Tensor_logical.h.
References iMatrix< vtype, N >::_internal, and accelerator_inline.
| NAMESPACE_END | ( | Grid | ) |