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

boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1 Class Reference

#include <matrix.hpp>

Inheritance diagram for boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1:
Collaboration diagram for boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1:

List of all members.

Public Types

typedef zero_matrix container_type
typedef const_iterator1 derived_iterator_type
typedef value_type derived_value_type
typedef
zero_matrix::difference_type 
difference_type
typedef const_iterator2 dual_iterator_type
typedef const_reverse_iterator2 dual_reverse_iterator_type
typedef zero_matrix::const_pointer pointer
typedef
zero_matrix::const_reference 
reference
typedef zero_matrix::value_type value_type

Public Member Functions

BOOST_UBLAS_INLINE const_iterator1 ()
BOOST_UBLAS_INLINE const_iterator1 (const self_type &m)
BOOST_UBLAS_INLINE
container_const_reference
assign (const container_type *c)
BOOST_UBLAS_INLINE const_iterator2 begin () const
BOOST_UBLAS_INLINE const_iterator2 end () const
BOOST_UBLAS_INLINE size_type index1 () const
BOOST_UBLAS_INLINE size_type index2 () const
BOOST_UBLAS_INLINE bool operator!= (const derived_iterator_type &it) const
BOOST_UBLAS_INLINE const
container_type
operator() () const
BOOST_UBLAS_INLINE const_reference operator* () const
BOOST_UBLAS_INLINE
derived_iterator_type 
operator++ (int)
BOOST_UBLAS_INLINE
const_iterator1
operator++ ()
BOOST_UBLAS_INLINE
const_iterator1
operator-- ()
BOOST_UBLAS_INLINE
derived_iterator_type 
operator-- (int)
BOOST_UBLAS_INLINE
const_iterator1
operator= (const const_iterator1 &it)
BOOST_UBLAS_INLINE bool operator== (const const_iterator1 &it) const
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rbegin () const
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rend () const
BOOST_UBLAS_INLINE bool same_closure (const container_const_reference &cr) const

Friends

BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator++ (derived_iterator_type &d, int)
BOOST_UBLAS_INLINE friend
derived_iterator_type 
operator-- (derived_iterator_type &d, int)

Detailed Description

template<class T, class ALLOC>
class boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1

Definition at line 2285 of file matrix.hpp.


Member Typedef Documentation

template<class T, class ALLOC>
typedef zero_matrix::value_type boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::value_type

Definition at line 2290 of file matrix.hpp.

Definition at line 2291 of file matrix.hpp.

Definition at line 2292 of file matrix.hpp.

template<class T, class ALLOC>
typedef zero_matrix::const_pointer boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::pointer

Definition at line 2293 of file matrix.hpp.

template<class T, class ALLOC>
typedef const_iterator2 boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::dual_iterator_type

Definition at line 2295 of file matrix.hpp.

Definition at line 2296 of file matrix.hpp.


Constructor & Destructor Documentation

template<class T, class ALLOC>
BOOST_UBLAS_INLINE boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::const_iterator1 ( ) [inline]

Definition at line 2300 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::const_iterator1 ( const self_type m) [inline]

Definition at line 2303 of file matrix.hpp.


Member Function Documentation

template<class T, class ALLOC>
BOOST_UBLAS_INLINE const_iterator1& boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::operator++ ( ) [inline]

Definition at line 2308 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE const_iterator1& boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::operator-- ( ) [inline]

Definition at line 2313 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::operator* ( ) const [inline]

Definition at line 2320 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::begin ( ) const [inline]

Definition at line 2330 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::end ( ) const [inline]

Definition at line 2337 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::rbegin ( ) const [inline]

Definition at line 2344 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::rend ( ) const [inline]

Definition at line 2351 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::index1 ( ) const [inline]

Definition at line 2358 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::index2 ( ) const [inline]

Definition at line 2363 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE const_iterator1& boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::operator= ( const const_iterator1 it) [inline]

Definition at line 2370 of file matrix.hpp.

template<class T, class ALLOC>
BOOST_UBLAS_INLINE bool boost::numeric::ublas::zero_matrix< T, ALLOC >::const_iterator1::operator== ( const const_iterator1 it) const [inline]

Definition at line 2377 of file matrix.hpp.

BOOST_UBLAS_INLINE const container_type& boost::numeric::ublas::container_const_reference< zero_matrix >::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_matrix >::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_matrix >::same_closure ( const container_const_reference< zero_matrix > &  cr) const [inline, inherited]

Definition at line 53 of file iterator.hpp.

Definition at line 155 of file iterator.hpp.

Definition at line 168 of file iterator.hpp.

BOOST_UBLAS_INLINE bool boost::numeric::ublas::bidirectional_iterator_base< sparse_bidirectional_iterator_tag , const_iterator1 , value_type >::operator!= ( const derived_iterator_type it) const [inline, inherited]

Definition at line 183 of file iterator.hpp.


Friends And Related Function Documentation

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.


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