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

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

#include <concepts.hpp>

List of all members.

Public Types

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_SparseVectorConcept< V >

Definition at line 534 of file concepts.hpp.


Member Typedef Documentation

Definition at line 535 of file concepts.hpp.

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

Definition at line 536 of file concepts.hpp.

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

Definition at line 537 of file concepts.hpp.


Member Function Documentation

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

Definition at line 539 of file concepts.hpp.


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