![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <matrix_sparse.hpp>
Definition at line 3441 of file matrix_sparse.hpp.
typedef compressed_matrix::value_type boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::value_type |
Definition at line 3446 of file matrix_sparse.hpp.
typedef compressed_matrix::difference_type boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::difference_type |
Definition at line 3447 of file matrix_sparse.hpp.
typedef compressed_matrix::true_reference boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::reference |
Definition at line 3448 of file matrix_sparse.hpp.
typedef compressed_matrix::pointer boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::pointer |
Definition at line 3449 of file matrix_sparse.hpp.
typedef iterator2 boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::dual_iterator_type |
Definition at line 3451 of file matrix_sparse.hpp.
typedef reverse_iterator2 boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::dual_reverse_iterator_type |
Definition at line 3452 of file matrix_sparse.hpp.
typedef compressed_matrix boost::numeric::ublas::container_reference< compressed_matrix >::container_type [inherited] |
Definition at line 70 of file iterator.hpp.
typedef iterator1 boost::numeric::ublas::bidirectional_iterator_base< sparse_bidirectional_iterator_tag , iterator1 , 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 , iterator1 , value_type >::derived_value_type [inherited] |
Definition at line 151 of file iterator.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::iterator1 | ( | ) | [inline] |
Definition at line 3456 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::iterator1 | ( | self_type & | m, |
int | rank, | ||
size_type | i, | ||
size_type | j, | ||
const vector_subiterator_type & | itv, | ||
const subiterator_type & | it | ||
) | [inline] |
Definition at line 3459 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::operator++ | ( | ) | [inline] |
Definition at line 3464 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::operator-- | ( | ) | [inline] |
Definition at line 3475 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE reference boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::operator* | ( | ) | const [inline] |
Definition at line 3488 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::begin | ( | ) | const [inline] |
Definition at line 3503 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE iterator2 boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::end | ( | ) | const [inline] |
Definition at line 3511 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::rbegin | ( | ) | const [inline] |
Definition at line 3519 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE reverse_iterator2 boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::rend | ( | ) | const [inline] |
Definition at line 3526 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::index1 | ( | ) | const [inline] |
Definition at line 3533 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::index2 | ( | ) | const [inline] |
Definition at line 3543 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE iterator1& boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::operator= | ( | const iterator1 & | it | ) | [inline] |
Definition at line 3554 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::operator== | ( | const iterator1 & | it | ) | const [inline] |
Definition at line 3566 of file matrix_sparse.hpp.
BOOST_UBLAS_INLINE container_type& boost::numeric::ublas::container_reference< compressed_matrix >::operator() | ( | ) | const [inline, inherited] |
Definition at line 80 of file iterator.hpp.
BOOST_UBLAS_INLINE container_reference& boost::numeric::ublas::container_reference< compressed_matrix >::assign | ( | container_type * | c | ) | [inline, inherited] |
Definition at line 85 of file iterator.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::container_reference< compressed_matrix >::same_closure | ( | const container_reference< compressed_matrix > & | cr | ) | const [inline, inherited] |
Definition at line 92 of file iterator.hpp.
BOOST_UBLAS_INLINE derived_iterator_type boost::numeric::ublas::bidirectional_iterator_base< sparse_bidirectional_iterator_tag , iterator1 , 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 , iterator1 , 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 , iterator1 , value_type >::operator!= | ( | const derived_iterator_type & | it | ) | const [inline, inherited] |
Definition at line 183 of file iterator.hpp.
friend class const_iterator1 [friend] |
Definition at line 3583 of file matrix_sparse.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.
int boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::rank_ [private] |
Definition at line 3577 of file matrix_sparse.hpp.
size_type boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::i_ [private] |
Definition at line 3578 of file matrix_sparse.hpp.
size_type boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::j_ [private] |
Definition at line 3579 of file matrix_sparse.hpp.
vector_subiterator_type boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::itv_ [private] |
Definition at line 3580 of file matrix_sparse.hpp.
subiterator_type boost::numeric::ublas::compressed_matrix< T, L, IB, IA, TA >::iterator1::it_ [private] |
Definition at line 3581 of file matrix_sparse.hpp.