#include <vector_products.h>
Public Types | |
typedef et::ExprTraits< LeftT > | left_traits |
typedef left_traits::result_type | left_type |
typedef et::VectorPromote < left_type, right_type > ::temporary_type | promoted_vector |
typedef et::ExprTraits< RightT > | right_traits |
typedef right_traits::result_type | right_type |
Definition at line 70 of file vector_products.h.
typedef et::ExprTraits<LeftT> cml::detail::CrossPromote< LeftT, RightT >::left_traits |
Definition at line 73 of file vector_products.h.
typedef left_traits::result_type cml::detail::CrossPromote< LeftT, RightT >::left_type |
Definition at line 75 of file vector_products.h.
typedef et::VectorPromote< left_type,right_type>::temporary_type cml::detail::CrossPromote< LeftT, RightT >::promoted_vector |
Definition at line 80 of file vector_products.h.
typedef et::ExprTraits<RightT> cml::detail::CrossPromote< LeftT, RightT >::right_traits |
Definition at line 74 of file vector_products.h.
typedef right_traits::result_type cml::detail::CrossPromote< LeftT, RightT >::right_type |
Definition at line 76 of file vector_products.h.