![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <matrix_expression.hpp>
Public Types | |
typedef matrix_matrix_binary < E1, E2, matrix_matrix_prod < E1, E2, promote_type > > | expression_type |
typedef unknown_orientation_tag | orientation_category |
typedef promote_traits< T1, T2 > ::promote_type | promote_type |
typedef expression_type | result_type |
typedef unknown_storage_tag | storage_category |
Definition at line 4783 of file matrix_expression.hpp.
typedef unknown_storage_tag boost::numeric::ublas::matrix_matrix_binary_traits< T1, E1, T2, E2 >::storage_category |
Definition at line 4784 of file matrix_expression.hpp.
typedef unknown_orientation_tag boost::numeric::ublas::matrix_matrix_binary_traits< T1, E1, T2, E2 >::orientation_category |
Definition at line 4785 of file matrix_expression.hpp.
typedef promote_traits<T1, T2>::promote_type boost::numeric::ublas::matrix_matrix_binary_traits< T1, E1, T2, E2 >::promote_type |
Definition at line 4786 of file matrix_expression.hpp.
typedef matrix_matrix_binary<E1, E2, matrix_matrix_prod<E1, E2, promote_type> > boost::numeric::ublas::matrix_matrix_binary_traits< T1, E1, T2, E2 >::expression_type |
Definition at line 4787 of file matrix_expression.hpp.
typedef expression_type boost::numeric::ublas::matrix_matrix_binary_traits< T1, E1, T2, E2 >::result_type |
Definition at line 4789 of file matrix_expression.hpp.