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

boost::numeric::ublas::Mutable_VectorConcept< V > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef value_typepointer
typedef V::size_type size_type
typedef V::value_type value_type
typedef V vector_type

Public Member Functions

void constraints ()

Detailed Description

template<class V>
struct boost::numeric::ublas::Mutable_VectorConcept< V >

Definition at line 494 of file concepts.hpp.


Member Typedef Documentation

template<class V >
typedef V boost::numeric::ublas::Mutable_VectorConcept< V >::vector_type

Definition at line 495 of file concepts.hpp.

template<class V >
typedef V::size_type boost::numeric::ublas::Mutable_VectorConcept< V >::size_type

Definition at line 496 of file concepts.hpp.

template<class V >
typedef V::value_type boost::numeric::ublas::Mutable_VectorConcept< V >::value_type

Definition at line 497 of file concepts.hpp.

Definition at line 498 of file concepts.hpp.


Member Function Documentation

template<class V >
void boost::numeric::ublas::Mutable_VectorConcept< V >::constraints ( ) [inline]

Definition at line 500 of file concepts.hpp.


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