Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::matrix_vector_binary2_traits< T1, E1, T2, E2 > Struct Template Reference

#include <matrix_expression.hpp>

Public Types

typedef unknown_storage_tag storage_category
 
typedef column_major_tag orientation_category
 
typedef promote_traits< T1, T2 >
::promote_type 
promote_type
 
typedef matrix_vector_binary2
< E1, E2, matrix_vector_prod2
< E1, E2, promote_type > > 
expression_type
 
typedef expression_type result_type
 

Member Typedef Documentation

template<class T1 , class E1 , class T2 , class E2 >
typedef matrix_vector_binary2<E1, E2, matrix_vector_prod2<E1, E2, promote_type> > boost::numeric::ublas::matrix_vector_binary2_traits< T1, E1, T2, E2 >::expression_type
template<class T1 , class E1 , class T2 , class E2 >
typedef column_major_tag boost::numeric::ublas::matrix_vector_binary2_traits< T1, E1, T2, E2 >::orientation_category
template<class T1 , class E1 , class T2 , class E2 >
typedef promote_traits<T1, T2>::promote_type boost::numeric::ublas::matrix_vector_binary2_traits< T1, E1, T2, E2 >::promote_type
template<class T1 , class E1 , class T2 , class E2 >
typedef expression_type boost::numeric::ublas::matrix_vector_binary2_traits< T1, E1, T2, E2 >::result_type
template<class T1 , class E1 , class T2 , class E2 >
typedef unknown_storage_tag boost::numeric::ublas::matrix_vector_binary2_traits< T1, E1, T2, E2 >::storage_category

The documentation for this struct was generated from the following file: