#include "main.h"
Go to the source code of this file.
Functions | |
template<int Order, typename MatType > | |
void | check_auto_reshape4x4 (MatType m) |
template<typename MatType > | |
void | check_direct_access_reshape4x4 (MatType m, internal::FixedInt< 0 >) |
template<typename MatType > | |
void | check_direct_access_reshape4x4 (MatType, internal::FixedInt< RowMajorBit >) |
EIGEN_DECLARE_TEST (reshape) | |
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 MatType > | |
void | reshape4x4 (MatType m) |
void check_auto_reshape4x4 | ( | MatType | m | ) |
Definition at line 21 of file reshape.cpp.
void check_direct_access_reshape4x4 | ( | MatType | m, |
internal::FixedInt< 0 > | |||
) |
Definition at line 56 of file reshape.cpp.
void check_direct_access_reshape4x4 | ( | MatType | , |
internal::FixedInt< RowMajorBit > | |||
) |
Definition at line 53 of file reshape.cpp.
EIGEN_DECLARE_TEST | ( | reshape | ) |
Definition at line 196 of file reshape.cpp.
internal::enable_if<internal::is_same<T1,T2>::value,bool>::type is_same_eq | ( | const T1 & | a, |
const T2 & | b | ||
) |
Definition at line 15 of file reshape.cpp.
void reshape4x4 | ( | MatType | m | ) |
Definition at line 67 of file reshape.cpp.