
Go to the source code of this file.
| Macros | |
| #define | TEST_OP(op) TEST_TENSOR_EQUAL(t op 0, t op t.constant(0)) | 
| #define | TEST_TENSOR_EQUAL(e1, e2) | 
| Functions | |
| EIGEN_DECLARE_TEST (cxx11_tensor_sugar) | |
| static void | test_comparison_sugar () | 
| static void | test_scalar_sugar_add_mul () | 
| static void | test_scalar_sugar_sub_div () | 
| #define TEST_OP | ( | op | ) | TEST_TENSOR_EQUAL(t op 0, t op t.constant(0)) | 
| EIGEN_DECLARE_TEST | ( | cxx11_tensor_sugar | ) | 
Definition at line 76 of file cxx11_tensor_sugar.cpp.
| 
 | static | 
Definition at line 8 of file cxx11_tensor_sugar.cpp.
| 
 | static | 
Definition at line 36 of file cxx11_tensor_sugar.cpp.
| 
 | static | 
Definition at line 56 of file cxx11_tensor_sugar.cpp.