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

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

#include <matrix_expression.hpp>

List of all members.

Public Types

typedef matrix_unary2< E, F > expression_type
typedef expression_type result_type

Detailed Description

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

Definition at line 1644 of file matrix_expression.hpp.


Member Typedef Documentation

template<class E , class F >
typedef matrix_unary2<E, F> boost::numeric::ublas::matrix_unary2_traits< E, F >::expression_type

Definition at line 1645 of file matrix_expression.hpp.

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

Definition at line 1647 of file matrix_expression.hpp.


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