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

boost::numeric::ublas::detail::map_capacity_traits< map_array< I, T, ALLOC > > Struct Template Reference

#include <storage_sparse.hpp>

List of all members.

Public Types

typedef map_array< I, T, ALLOC >
::size_type 
type

Public Member Functions

type operator() (map_array< I, T, ALLOC > const &m) const

Detailed Description

template<class I, class T, class ALLOC>
struct boost::numeric::ublas::detail::map_capacity_traits< map_array< I, T, ALLOC > >

Definition at line 546 of file storage_sparse.hpp.


Member Typedef Documentation

template<class I , class T , class ALLOC >
typedef map_array<I, T, ALLOC>::size_type boost::numeric::ublas::detail::map_capacity_traits< map_array< I, T, ALLOC > >::type

Definition at line 547 of file storage_sparse.hpp.


Member Function Documentation

template<class I , class T , class ALLOC >
type boost::numeric::ublas::detail::map_capacity_traits< map_array< I, T, ALLOC > >::operator() ( map_array< I, T, ALLOC > const &  m) const [inline]

Definition at line 548 of file storage_sparse.hpp.


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