|
TR-mbed 1.0
|
#include "main.h"#include <Eigen/CXX11/Tensor>Macros | |
| #define | TEST_TENSOR_EQUAL(e1, e2) |
| #define | TEST_OP(op) TEST_TENSOR_EQUAL(t op 0, t op t.constant(0)) |
Functions | |
| EIGEN_DECLARE_TEST (cxx11_tensor_sugar) | |
| #define TEST_OP | ( | op | ) | TEST_TENSOR_EQUAL(t op 0, t op t.constant(0)) |
| #define TEST_TENSOR_EQUAL | ( | e1, | |
| e2 | |||
| ) |
| EIGEN_DECLARE_TEST | ( | cxx11_tensor_sugar | ) |