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

boost::numeric::ublas::generalized_vector_of_vector< T, L, A > Class Template Reference

#include <vector_of_vector.hpp>

Inheritance diagram for boost::numeric::ublas::generalized_vector_of_vector< T, L, A >:
Collaboration diagram for boost::numeric::ublas::generalized_vector_of_vector< T, L, A >:

List of all members.

Classes

class  const_iterator1
class  const_iterator2
class  iterator1
class  iterator2

Public Types

typedef A array_type
typedef matrix_reference
< self_type
closure_type
typedef const matrix_reference
< const self_type
const_closure_type
typedef const T & const_reference
typedef reverse_iterator_base1
< const_iterator1
const_reverse_iterator1
typedef reverse_iterator_base2
< const_iterator2
const_reverse_iterator2
typedef
generalized_vector_of_vector
< T, L, A > 
container_type
typedef A::difference_type difference_type
typedef
generalized_vector_of_vector
< T, L, A > 
expression_type
typedef self_type matrix_temporary_type
typedef L::orientation_category orientation_category
typedef T & reference
typedef reverse_iterator_base1
< iterator1
reverse_iterator1
typedef reverse_iterator_base2
< iterator2
reverse_iterator2
typedef A::size_type size_type
typedef sparse_tag storage_category
typedef matrix_tag type_category
typedef T value_type
typedef A::value_type vector_data_value_type
typedef vector_data_value_type vector_temporary_type

Public Member Functions

BOOST_UBLAS_INLINE generalized_vector_of_vector ()
BOOST_UBLAS_INLINE generalized_vector_of_vector (size_type size1, size_type size2, size_type non_zeros=0)
template<class AE >
BOOST_UBLAS_INLINE generalized_vector_of_vector (const matrix_expression< AE > &ae, size_type non_zeros=0)
BOOST_UBLAS_INLINE generalized_vector_of_vector (const generalized_vector_of_vector &m)
BOOST_UBLAS_INLINE void append_element (size_type i, size_type j, const_reference t)
template<class AE >
BOOST_UBLAS_INLINE
generalized_vector_of_vector
assign (const matrix_expression< AE > &ae)
BOOST_UBLAS_INLINE
generalized_vector_of_vector
assign_temporary (generalized_vector_of_vector &m)
BOOST_UBLAS_INLINE const_iterator1 begin1 () const
BOOST_UBLAS_INLINE iterator1 begin1 ()
BOOST_UBLAS_INLINE const_iterator2 begin2 () const
BOOST_UBLAS_INLINE iterator2 begin2 ()
BOOST_UBLAS_INLINE void clear ()
BOOST_UBLAS_INLINE const
array_type
data () const
BOOST_UBLAS_INLINE array_typedata ()
BOOST_UBLAS_INLINE const_iterator1 end1 () const
BOOST_UBLAS_INLINE iterator1 end1 ()
BOOST_UBLAS_INLINE const_iterator2 end2 () const
BOOST_UBLAS_INLINE iterator2 end2 ()
BOOST_UBLAS_INLINE void erase_element (size_type i, size_type j)
const_iterator1 find1 (int rank, size_type i, size_type j, int direction=1) const
iterator1 find1 (int rank, size_type i, size_type j, int direction=1)
const_iterator2 find2 (int rank, size_type i, size_type j, int direction=1) const
iterator2 find2 (int rank, size_type i, size_type j, int direction=1)
BOOST_UBLAS_INLINE pointer find_element (size_type i, size_type j)
BOOST_UBLAS_INLINE const_pointer find_element (size_type i, size_type j) const
BOOST_UBLAS_INLINE true_reference insert_element (size_type i, size_type j, const_reference t)
template<class AE >
BOOST_UBLAS_INLINE
generalized_vector_of_vector
minus_assign (const matrix_expression< AE > &ae)
BOOST_UBLAS_INLINE size_type nnz () const
BOOST_UBLAS_INLINE size_type nnz_capacity () const
BOOST_UBLAS_INLINE const
container_type
operator() () const
BOOST_UBLAS_INLINE container_typeoperator() ()
BOOST_UBLAS_INLINE const_reference operator() (size_type i, size_type j) const
BOOST_UBLAS_INLINE reference operator() (size_type i, size_type j)
template<class AT >
BOOST_UBLAS_INLINE
generalized_vector_of_vector
operator*= (const AT &at)
template<class AE >
BOOST_UBLAS_INLINE
generalized_vector_of_vector
operator+= (const matrix_expression< AE > &ae)
template<class AE >
BOOST_UBLAS_INLINE
generalized_vector_of_vector
operator-= (const matrix_expression< AE > &ae)
template<class AT >
BOOST_UBLAS_INLINE
generalized_vector_of_vector
operator/= (const AT &at)
BOOST_UBLAS_INLINE
generalized_vector_of_vector
operator= (const generalized_vector_of_vector &m)
template<class AE >
BOOST_UBLAS_INLINE
generalized_vector_of_vector
operator= (const matrix_expression< AE > &ae)
template<class AE >
BOOST_UBLAS_INLINE
generalized_vector_of_vector
plus_assign (const matrix_expression< AE > &ae)
BOOST_UBLAS_INLINE
reverse_iterator1 
rbegin1 ()
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rbegin1 () const
BOOST_UBLAS_INLINE
reverse_iterator2 
rbegin2 ()
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rbegin2 () const
BOOST_UBLAS_INLINE
reverse_iterator1 
rend1 ()
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rend1 () const
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rend2 () const
BOOST_UBLAS_INLINE
reverse_iterator2 
rend2 ()
BOOST_UBLAS_INLINE void resize (size_type size1, size_type size2, bool preserve=true)
template<class Archive >
void serialize (Archive &ar, const unsigned int)
BOOST_UBLAS_INLINE size_type size1 () const
BOOST_UBLAS_INLINE size_type size2 () const
void sort ()
BOOST_UBLAS_INLINE void swap (generalized_vector_of_vector &m)

Static Public Attributes

static const unsigned complexity

Private Types

typedef const T * const_pointer
typedef
A::value_type::const_iterator 
const_subiterator_type
typedef A::const_iterator const_vectoriterator_type
typedef L layout_type
typedef T * pointer
typedef
generalized_vector_of_vector
< T, L, A > 
self_type
typedef A::value_type::iterator subiterator_type
typedef T & true_reference
typedef A::iterator vectoriterator_type

Private Member Functions

BOOST_UBLAS_INLINE true_reference at_element (size_type i, size_type j)
void storage_invariants () const

Private Attributes

array_type data_
size_type size1_
size_type size2_

Static Private Attributes

static const value_type zero_ = value_type()

Friends

BOOST_UBLAS_INLINE friend void swap (generalized_vector_of_vector &m1, generalized_vector_of_vector &m2)

Detailed Description

template<class T, class L, class A>
class boost::numeric::ublas::generalized_vector_of_vector< T, L, A >

Definition at line 28 of file vector_of_vector.hpp.


Member Typedef Documentation

template<class T, class L, class A>
typedef T& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::true_reference [private]

Definition at line 31 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef T* boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::pointer [private]

Definition at line 32 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef const T* boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::const_pointer [private]

Definition at line 33 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef L boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::layout_type [private]

Definition at line 34 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef generalized_vector_of_vector<T, L, A> boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::self_type [private]
template<class T, class L, class A>
typedef A::size_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::size_type

Definition at line 40 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef A::difference_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::difference_type

Definition at line 41 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef T boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::value_type

Definition at line 42 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef const T& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::const_reference

Definition at line 43 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef T& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::reference

Definition at line 45 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef A boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::array_type

Definition at line 49 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef const matrix_reference<const self_type> boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::const_closure_type

Definition at line 50 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef matrix_reference<self_type> boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::closure_type

Definition at line 51 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef A::value_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::vector_data_value_type

Definition at line 52 of file vector_of_vector.hpp.

Definition at line 53 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef self_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::matrix_temporary_type

Definition at line 54 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef sparse_tag boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::storage_category

Definition at line 55 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef L::orientation_category boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::orientation_category

Definition at line 56 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef A::const_iterator boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::const_vectoriterator_type [private]

Definition at line 333 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef A::iterator boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::vectoriterator_type [private]

Definition at line 334 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef A::value_type::const_iterator boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::const_subiterator_type [private]

Definition at line 335 of file vector_of_vector.hpp.

template<class T, class L, class A>
typedef A::value_type::iterator boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::subiterator_type [private]

Definition at line 336 of file vector_of_vector.hpp.

Definition at line 347 of file vector_of_vector.hpp.

Definition at line 349 of file vector_of_vector.hpp.

Definition at line 350 of file vector_of_vector.hpp.

Definition at line 351 of file vector_of_vector.hpp.


Constructor & Destructor Documentation

template<class T, class L, class A>
BOOST_UBLAS_INLINE boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::generalized_vector_of_vector ( ) [inline]

Definition at line 60 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::generalized_vector_of_vector ( size_type  size1,
size_type  size2,
size_type  non_zeros = 0 
) [inline]

Definition at line 69 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::generalized_vector_of_vector ( const generalized_vector_of_vector< T, L, A > &  m) [inline]

Definition at line 80 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class AE >
BOOST_UBLAS_INLINE boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::generalized_vector_of_vector ( const matrix_expression< AE > &  ae,
size_type  non_zeros = 0 
) [inline]

Definition at line 87 of file vector_of_vector.hpp.


Member Function Documentation

template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::size1 ( ) const [inline]

Definition at line 101 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::size2 ( ) const [inline]

Definition at line 105 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::nnz_capacity ( ) const [inline]

Definition at line 109 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::nnz ( ) const [inline]

Definition at line 116 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const array_type& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::data ( ) const [inline]

Definition at line 125 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE array_type& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::data ( ) [inline]

Definition at line 129 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE void boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::resize ( size_type  size1,
size_type  size2,
bool  preserve = true 
) [inline]

Definition at line 135 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE pointer boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::find_element ( size_type  i,
size_type  j 
) [inline]

Definition at line 162 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_pointer boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::find_element ( size_type  i,
size_type  j 
) const [inline]

Definition at line 166 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::operator() ( size_type  i,
size_type  j 
) const [inline]

Definition at line 183 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reference boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::operator() ( size_type  i,
size_type  j 
) [inline]

Definition at line 198 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::operator= ( const generalized_vector_of_vector< T, L, A > &  m) [inline]

Definition at line 208 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::assign_temporary ( generalized_vector_of_vector< T, L, A > &  m) [inline]

Definition at line 218 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class AE >
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::operator= ( const matrix_expression< AE > &  ae) [inline]

Definition at line 224 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class AE >
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::assign ( const matrix_expression< AE > &  ae) [inline]

Definition at line 230 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class AE >
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::operator+= ( const matrix_expression< AE > &  ae) [inline]

Definition at line 236 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class AE >
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::plus_assign ( const matrix_expression< AE > &  ae) [inline]

Definition at line 242 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class AE >
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::operator-= ( const matrix_expression< AE > &  ae) [inline]

Definition at line 248 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class AE >
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::minus_assign ( const matrix_expression< AE > &  ae) [inline]

Definition at line 254 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class AT >
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::operator*= ( const AT &  at) [inline]

Definition at line 260 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class AT >
BOOST_UBLAS_INLINE generalized_vector_of_vector& boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::operator/= ( const AT &  at) [inline]

Definition at line 266 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE void boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::swap ( generalized_vector_of_vector< T, L, A > &  m) [inline]

Definition at line 273 of file vector_of_vector.hpp.

template<class T, class L, class A>
void boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::sort ( ) [inline]

Definition at line 287 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE true_reference boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::insert_element ( size_type  i,
size_type  j,
const_reference  t 
) [inline]

Definition at line 298 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE void boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::append_element ( size_type  i,
size_type  j,
const_reference  t 
) [inline]

Definition at line 306 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE void boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::erase_element ( size_type  i,
size_type  j 
) [inline]

Definition at line 314 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE void boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::clear ( ) [inline]

Definition at line 322 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE true_reference boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::at_element ( size_type  i,
size_type  j 
) [inline, private]

Definition at line 339 of file vector_of_vector.hpp.

template<class T, class L, class A>
const_iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::find1 ( int  rank,
size_type  i,
size_type  j,
int  direction = 1 
) const [inline]

Definition at line 355 of file vector_of_vector.hpp.

template<class T, class L, class A>
iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::find1 ( int  rank,
size_type  i,
size_type  j,
int  direction = 1 
) [inline]

Definition at line 393 of file vector_of_vector.hpp.

template<class T, class L, class A>
const_iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::find2 ( int  rank,
size_type  i,
size_type  j,
int  direction = 1 
) const [inline]

Definition at line 431 of file vector_of_vector.hpp.

template<class T, class L, class A>
iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::find2 ( int  rank,
size_type  i,
size_type  j,
int  direction = 1 
) [inline]

Definition at line 469 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::begin1 ( ) const [inline]

Definition at line 668 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::end1 ( ) const [inline]

Definition at line 672 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::begin1 ( ) [inline]

Definition at line 835 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::end1 ( ) [inline]

Definition at line 839 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::begin2 ( ) const [inline]

Definition at line 1003 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::end2 ( ) const [inline]

Definition at line 1007 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::begin2 ( ) [inline]

Definition at line 1170 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::end2 ( ) [inline]

Definition at line 1174 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::rbegin1 ( ) const [inline]

Definition at line 1181 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::rend1 ( ) const [inline]

Definition at line 1185 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::rbegin1 ( ) [inline]

Definition at line 1190 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reverse_iterator1 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::rend1 ( ) [inline]

Definition at line 1194 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::rbegin2 ( ) const [inline]

Definition at line 1199 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::rend2 ( ) const [inline]

Definition at line 1203 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::rbegin2 ( ) [inline]

Definition at line 1208 of file vector_of_vector.hpp.

template<class T, class L, class A>
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::rend2 ( ) [inline]

Definition at line 1212 of file vector_of_vector.hpp.

template<class T, class L, class A>
template<class Archive >
void boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::serialize ( Archive &  ar,
const unsigned  int 
) [inline]

Definition at line 1218 of file vector_of_vector.hpp.

template<class T, class L, class A>
void boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::storage_invariants ( ) const [inline, private]

Definition at line 1241 of file vector_of_vector.hpp.

BOOST_UBLAS_INLINE const container_type& boost::numeric::ublas::matrix_container< generalized_vector_of_vector< T, L, A > >::operator() ( ) const [inline, inherited]
BOOST_UBLAS_INLINE container_type& boost::numeric::ublas::matrix_container< generalized_vector_of_vector< T, L, A > >::operator() ( ) [inline, inherited]

Friends And Related Function Documentation

template<class T, class L, class A>
BOOST_UBLAS_INLINE friend void swap ( generalized_vector_of_vector< T, L, A > &  m1,
generalized_vector_of_vector< T, L, A > &  m2 
) [friend]

Definition at line 282 of file vector_of_vector.hpp.


Member Data Documentation

template<class T, class L, class A>
size_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::size1_ [private]

Definition at line 1247 of file vector_of_vector.hpp.

template<class T, class L, class A>
size_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::size2_ [private]

Definition at line 1248 of file vector_of_vector.hpp.

template<class T, class L, class A>
array_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::data_ [private]

Definition at line 1249 of file vector_of_vector.hpp.

template<class T, class L, class A>
const generalized_vector_of_vector< T, L, A >::value_type boost::numeric::ublas::generalized_vector_of_vector< T, L, A >::zero_ = value_type() [static, private]

Definition at line 1250 of file vector_of_vector.hpp.


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