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

boost::numeric::ublas::Mutable_VectorExpressionConcept< VE > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef VE::iterator iterator_type
typedef VE::reverse_iterator reverse_iterator_type
typedef VE::size_type size_type
typedef VE::value_type value_type
typedef VE vector_expression_type

Public Member Functions

void constraints ()

Detailed Description

template<class VE>
struct boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >

Definition at line 323 of file concepts.hpp.


Member Typedef Documentation

Definition at line 324 of file concepts.hpp.

template<class VE >
typedef VE::size_type boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::size_type

Definition at line 325 of file concepts.hpp.

template<class VE >
typedef VE::value_type boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::value_type

Definition at line 326 of file concepts.hpp.

template<class VE >
typedef VE::iterator boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::iterator_type

Definition at line 327 of file concepts.hpp.

template<class VE >
typedef VE::reverse_iterator boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::reverse_iterator_type

Definition at line 328 of file concepts.hpp.


Member Function Documentation

template<class VE >
void boost::numeric::ublas::Mutable_VectorExpressionConcept< VE >::constraints ( ) [inline]

Definition at line 330 of file concepts.hpp.


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