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

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

#include <concepts.hpp>

List of all members.

Public Types

typedef C container_type
typedef C::size_type size_type
typedef C::value_type value_type

Public Member Functions

void constraints ()

Detailed Description

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

Definition at line 151 of file concepts.hpp.


Member Typedef Documentation

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

Definition at line 152 of file concepts.hpp.

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

Definition at line 153 of file concepts.hpp.

template<class C >
typedef C::value_type boost::numeric::ublas::StorageArrayConcept< C >::value_type

Definition at line 154 of file concepts.hpp.


Member Function Documentation

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

Definition at line 156 of file concepts.hpp.


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