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

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

#include <concepts.hpp>

List of all members.

Public Types

typedef V::size_type size_type
typedef V vector_type

Public Member Functions

void constraints ()

Detailed Description

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

Definition at line 524 of file concepts.hpp.


Member Typedef Documentation

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

Definition at line 525 of file concepts.hpp.

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

Definition at line 526 of file concepts.hpp.


Member Function Documentation

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

Definition at line 528 of file concepts.hpp.


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