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

boost::numeric::ublas::StorageSparseConcept< C > Struct Template Reference

#include <concepts.hpp>

List of all members.

Public Types

typedef C container_type
typedef C::size_type size_type

Public Member Functions

void constraints ()

Detailed Description

template<class C>
struct boost::numeric::ublas::StorageSparseConcept< C >

Definition at line 189 of file concepts.hpp.


Member Typedef Documentation

template<class C >
typedef C boost::numeric::ublas::StorageSparseConcept< C >::container_type

Definition at line 190 of file concepts.hpp.

template<class C >
typedef C::size_type boost::numeric::ublas::StorageSparseConcept< C >::size_type

Definition at line 191 of file concepts.hpp.


Member Function Documentation

template<class C >
void boost::numeric::ublas::StorageSparseConcept< C >::constraints ( ) [inline]

Definition at line 193 of file concepts.hpp.


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