NDDEM
|
#include <XprHelper.h>
Public Types | |
typedef conditional< bool(traits< T >::Flags &NestByRefBit), T const &, const T >::type | type |
typedef conditional< bool(traits< T >::Flags &NestByRefBit), T &, T >::type | non_const_type |
typedef conditional< bool(traits<T>::Flags & NestByRefBit), T &, T >::type Eigen::internal::ref_selector< T >::non_const_type |
typedef conditional< bool(traits<T>::Flags & NestByRefBit), T const&, const T >::type Eigen::internal::ref_selector< T >::type |