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

boost::numeric::ublas::vector_unary_traits< E, F > Struct Template Reference

#include <vector_expression.hpp>

List of all members.

Public Types

typedef vector_unary< E, F > expression_type
typedef expression_type result_type

Detailed Description

template<class E, class F>
struct boost::numeric::ublas::vector_unary_traits< E, F >

Definition at line 446 of file vector_expression.hpp.


Member Typedef Documentation

template<class E , class F >
typedef vector_unary<E, F> boost::numeric::ublas::vector_unary_traits< E, F >::expression_type

Definition at line 447 of file vector_expression.hpp.

template<class E , class F >
typedef expression_type boost::numeric::ublas::vector_unary_traits< E, F >::result_type

Definition at line 450 of file vector_expression.hpp.


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