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

boost::numeric::ublas::matrix_binary_traits< E1, E2, F > Struct Template Reference

#include <matrix_expression.hpp>

List of all members.

Public Types

typedef matrix_binary< E1, E2, F > expression_type
typedef expression_type result_type

Detailed Description

template<class E1, class E2, class F>
struct boost::numeric::ublas::matrix_binary_traits< E1, E2, F >

Definition at line 2464 of file matrix_expression.hpp.


Member Typedef Documentation

template<class E1 , class E2 , class F >
typedef matrix_binary<E1, E2, F> boost::numeric::ublas::matrix_binary_traits< E1, E2, F >::expression_type

Definition at line 2465 of file matrix_expression.hpp.

template<class E1 , class E2 , class F >
typedef expression_type boost::numeric::ublas::matrix_binary_traits< E1, E2, F >::result_type

Definition at line 2467 of file matrix_expression.hpp.


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