|
TR-mbed 1.0
|
#include "main.h"Functions | |
| 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<int Order, typename MatType > | |
| void | check_auto_reshape4x4 (MatType m) |
| template<typename MatType > | |
| void | check_direct_access_reshape4x4 (MatType, internal::FixedInt< RowMajorBit >) |
| template<typename MatType > | |
| void | check_direct_access_reshape4x4 (MatType m, internal::FixedInt< 0 >) |
| template<typename MatType > | |
| void | reshape4x4 (MatType m) |
| EIGEN_DECLARE_TEST (reshape) | |
| void check_auto_reshape4x4 | ( | MatType | m | ) |
| void check_direct_access_reshape4x4 | ( | MatType | m, |
| internal::FixedInt< 0 > | |||
| ) |
| void check_direct_access_reshape4x4 | ( | MatType | , |
| internal::FixedInt< RowMajorBit > | |||
| ) |
| EIGEN_DECLARE_TEST | ( | reshape | ) |
| internal::enable_if< internal::is_same< T1, T2 >::value, bool >::type is_same_eq | ( | const T1 & | a, |
| const T2 & | b | ||
| ) |
| void reshape4x4 | ( | MatType | m | ) |