#include <Product.h>
Public Types | |
typedef ei_meta_if< (ei_traits < T >::Flags &RowMajorBit)||(!(ei_traits < T >::Flags &DirectAccessBit)), typename ei_plain_matrix_type_column_major < T >::type, const T & >::ret | type |
Definition at line 779 of file Product.h.
typedef ei_meta_if< (ei_traits<T>::Flags & RowMajorBit) || (!(ei_traits<T>::Flags & DirectAccessBit)), typename ei_plain_matrix_type_column_major<T>::type, const T& >::ret ei_product_copy_rhs< T, StorageOrder >::type |