![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <vector.hpp>
Definition at line 965 of file vector.hpp.
typedef zero_vector::difference_type boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::difference_type |
Definition at line 970 of file vector.hpp.
typedef zero_vector::value_type boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::value_type |
Definition at line 971 of file vector.hpp.
typedef zero_vector::const_reference boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::reference |
Definition at line 972 of file vector.hpp.
typedef zero_vector::const_pointer boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::pointer |
Definition at line 973 of file vector.hpp.
typedef zero_vector boost::numeric::ublas::container_const_reference< zero_vector >::container_type [inherited] |
Definition at line 31 of file iterator.hpp.
typedef const_iterator boost::numeric::ublas::bidirectional_iterator_base< sparse_bidirectional_iterator_tag , const_iterator , value_type >::derived_iterator_type [inherited] |
Definition at line 150 of file iterator.hpp.
typedef value_type boost::numeric::ublas::bidirectional_iterator_base< sparse_bidirectional_iterator_tag , const_iterator , value_type >::derived_value_type [inherited] |
Definition at line 151 of file iterator.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::const_iterator | ( | ) | [inline] |
Definition at line 977 of file vector.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::const_iterator | ( | const self_type & | v | ) | [inline] |
Definition at line 980 of file vector.hpp.
BOOST_UBLAS_INLINE const_iterator& boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::operator++ | ( | ) | [inline] |
Definition at line 985 of file vector.hpp.
BOOST_UBLAS_INLINE const_iterator& boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::operator-- | ( | ) | [inline] |
Definition at line 990 of file vector.hpp.
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::operator* | ( | ) | const [inline] |
Definition at line 997 of file vector.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::index | ( | ) | const [inline] |
Definition at line 1004 of file vector.hpp.
BOOST_UBLAS_INLINE const_iterator& boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::operator= | ( | const const_iterator & | it | ) | [inline] |
Definition at line 1011 of file vector.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::zero_vector< T, ALLOC >::const_iterator::operator== | ( | const const_iterator & | it | ) | const [inline] |
Definition at line 1018 of file vector.hpp.
BOOST_UBLAS_INLINE const container_type& boost::numeric::ublas::container_const_reference< zero_vector >::operator() | ( | ) | const [inline, inherited] |
Definition at line 41 of file iterator.hpp.
BOOST_UBLAS_INLINE container_const_reference& boost::numeric::ublas::container_const_reference< zero_vector >::assign | ( | const container_type * | c | ) | [inline, inherited] |
Definition at line 46 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_const_reference< zero_vector >::same_closure | ( | const container_const_reference< zero_vector > & | cr | ) | const [inline, inherited] |
Definition at line 53 of file iterator.hpp.
BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::bidirectional_iterator_base< sparse_bidirectional_iterator_tag , const_iterator , value_type >::operator++ | ( | int | ) | [inline, inherited] |
Definition at line 155 of file iterator.hpp.
BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::bidirectional_iterator_base< sparse_bidirectional_iterator_tag , const_iterator , value_type >::operator-- | ( | int | ) | [inline, inherited] |
Definition at line 168 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::bidirectional_iterator_base< sparse_bidirectional_iterator_tag , const_iterator , value_type >::operator!= | ( | const derived_iterator_type & | it | ) | const [inline, inherited] |
Definition at line 183 of file iterator.hpp.
BOOST_UBLAS_INLINE friend derived_iterator_type operator++ | ( | derived_iterator_type & | d, |
int | |||
) | [friend, inherited] |
Definition at line 162 of file iterator.hpp.
BOOST_UBLAS_INLINE friend derived_iterator_type operator-- | ( | derived_iterator_type & | d, |
int | |||
) | [friend, inherited] |
Definition at line 175 of file iterator.hpp.