|
TR-mbed 1.0
|
Macros | |
| #define | MATCH(X, R) match(X, R, #X) |
| #define | VERIFY_EQ_INT(A, B) VERIFY_IS_APPROX(int(A),int(B)) |
Typedefs | |
| typedef std::pair< Index, Index > | IndexPair |
Enumerations | |
| enum | DummyEnum { XX =0 , YY =1 } |
Functions | |
| int | encode (Index i, Index j) |
| IndexPair | decode (Index ij) |
| template<typename T > | |
| bool | match (const T &xpr, std::string ref, std::string str_xpr="") |
| template<typename T1 , typename T2 > | |
| internal::enable_if< internal::is_same< T1, T2 >::value, bool >::type | is_same_eq (const T1 &a, const T2 &b) |
| template<typename T1 , typename T2 > | |
| bool | is_same_seq (const T1 &a, const T2 &b) |
| template<typename T1 , typename T2 > | |
| internal::enable_if< internal::is_same< T1, T2 >::value, bool >::type | is_same_seq_type (const T1 &a, const T2 &b) |
| void | check_indexed_view () |
| EIGEN_DECLARE_TEST (indexed_view) | |
| enum DummyEnum |
| void check_indexed_view | ( | ) |
| EIGEN_DECLARE_TEST | ( | indexed_view | ) |
| internal::enable_if< internal::is_same< T1, T2 >::value, bool >::type is_same_eq | ( | const T1 & | a, |
| const T2 & | b | ||
| ) |
| bool is_same_seq | ( | const T1 & | a, |
| const T2 & | b | ||
| ) |
| internal::enable_if< internal::is_same< T1, T2 >::value, bool >::type is_same_seq_type | ( | const T1 & | a, |
| const T2 & | b | ||
| ) |