TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
reshape.cpp File Reference
#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)
 

Function Documentation

◆ check_auto_reshape4x4()

template<int Order, typename MatType >
void check_auto_reshape4x4 ( MatType  m)

◆ check_direct_access_reshape4x4() [1/2]

template<typename MatType >
void check_direct_access_reshape4x4 ( MatType  m,
internal::FixedInt< 0 >   
)

◆ check_direct_access_reshape4x4() [2/2]

template<typename MatType >
void check_direct_access_reshape4x4 ( MatType  ,
internal::FixedInt< RowMajorBit >   
)

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( reshape  )

◆ is_same_eq()

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 
)

◆ reshape4x4()

template<typename MatType >
void reshape4x4 ( MatType  m)