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

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

#include <vector_expression.hpp>

List of all members.

Public Types

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

Detailed Description

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

Definition at line 896 of file vector_expression.hpp.


Member Typedef Documentation

template<class E1 , class E2 , class F >
typedef vector_binary<E1, E2, F> boost::numeric::ublas::vector_binary_traits< E1, E2, F >::expression_type

Definition at line 897 of file vector_expression.hpp.

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

Definition at line 899 of file vector_expression.hpp.


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