Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::matrix_vector_binary1_traits< T1, E1, T2, E2 > Struct Template Reference

#include <matrix_expression.hpp>

List of all members.

Public Types

typedef matrix_vector_binary1
< E1, E2, matrix_vector_prod1
< E1, E2, promote_type > > 
expression_type
typedef row_major_tag orientation_category
typedef promote_traits< T1, T2 >
::promote_type 
promote_type
typedef expression_type result_type
typedef unknown_storage_tag storage_category

Detailed Description

template<class T1, class E1, class T2, class E2>
struct boost::numeric::ublas::matrix_vector_binary1_traits< T1, E1, T2, E2 >

Definition at line 3688 of file matrix_expression.hpp.


Member Typedef Documentation

template<class T1 , class E1 , class T2 , class E2 >
typedef unknown_storage_tag boost::numeric::ublas::matrix_vector_binary1_traits< T1, E1, T2, E2 >::storage_category

Definition at line 3689 of file matrix_expression.hpp.

template<class T1 , class E1 , class T2 , class E2 >
typedef row_major_tag boost::numeric::ublas::matrix_vector_binary1_traits< T1, E1, T2, E2 >::orientation_category

Definition at line 3690 of file matrix_expression.hpp.

template<class T1 , class E1 , class T2 , class E2 >
typedef promote_traits<T1, T2>::promote_type boost::numeric::ublas::matrix_vector_binary1_traits< T1, E1, T2, E2 >::promote_type

Definition at line 3691 of file matrix_expression.hpp.

template<class T1 , class E1 , class T2 , class E2 >
typedef matrix_vector_binary1<E1, E2, matrix_vector_prod1<E1, E2, promote_type> > boost::numeric::ublas::matrix_vector_binary1_traits< T1, E1, T2, E2 >::expression_type

Definition at line 3692 of file matrix_expression.hpp.

template<class T1 , class E1 , class T2 , class E2 >
typedef expression_type boost::numeric::ublas::matrix_vector_binary1_traits< T1, E1, T2, E2 >::result_type

Definition at line 3694 of file matrix_expression.hpp.


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