#include <matrix_expression.hpp>
Classes | |
class | const_iterator1 |
class | const_iterator2 |
Public Types | |
typedef E::const_closure_type | expression_closure_type |
typedef E::size_type | size_type |
typedef E::difference_type | difference_type |
typedef F::result_type | value_type |
typedef value_type | const_reference |
typedef const_reference | reference |
typedef const self_type | const_closure_type |
typedef const_closure_type | closure_type |
typedef E::orientation_category | orientation_category |
typedef unknown_storage_tag | storage_category |
typedef const_iterator1 | iterator1 |
typedef const_iterator2 | iterator2 |
typedef reverse_iterator_base1 < const_iterator1 > | const_reverse_iterator1 |
typedef reverse_iterator_base2 < const_iterator2 > | const_reverse_iterator2 |
typedef matrix_tag | type_category |
Public Member Functions | |
BOOST_UBLAS_INLINE | matrix_unary1 (const expression_type &e) |
BOOST_UBLAS_INLINE size_type | size1 () const |
BOOST_UBLAS_INLINE size_type | size2 () const |
BOOST_UBLAS_INLINE const expression_closure_type & | expression () const |
BOOST_UBLAS_INLINE const_reference | operator() (size_type i, size_type j) const |
BOOST_UBLAS_INLINE bool | same_closure (const matrix_unary1 &mu1) const |
BOOST_UBLAS_INLINE const_iterator1 | find1 (int rank, size_type i, size_type j) const |
BOOST_UBLAS_INLINE const_iterator2 | find2 (int rank, size_type i, size_type j) const |
BOOST_UBLAS_INLINE const_iterator1 | begin1 () const |
BOOST_UBLAS_INLINE const_iterator1 | cbegin1 () const |
BOOST_UBLAS_INLINE const_iterator1 | end1 () const |
BOOST_UBLAS_INLINE const_iterator1 | cend1 () const |
BOOST_UBLAS_INLINE const_iterator2 | begin2 () const |
BOOST_UBLAS_INLINE const_iterator2 | cbegin2 () const |
BOOST_UBLAS_INLINE const_iterator2 | end2 () const |
BOOST_UBLAS_INLINE const_iterator2 | cend2 () const |
BOOST_UBLAS_INLINE const_reverse_iterator1 | rbegin1 () const |
BOOST_UBLAS_INLINE const_reverse_iterator1 | crbegin1 () const |
BOOST_UBLAS_INLINE const_reverse_iterator1 | rend1 () const |
BOOST_UBLAS_INLINE const_reverse_iterator1 | crend1 () const |
BOOST_UBLAS_INLINE const_reverse_iterator2 | rbegin2 () const |
BOOST_UBLAS_INLINE const_reverse_iterator2 | crbegin2 () const |
BOOST_UBLAS_INLINE const_reverse_iterator2 | rend2 () const |
BOOST_UBLAS_INLINE const_reverse_iterator2 | crend2 () const |
BOOST_UBLAS_INLINE const expression_type & | operator() () const |
BOOST_UBLAS_INLINE expression_type & | operator() () |
Static Public Attributes | |
static const unsigned | complexity |
typedef const_closure_type boost::numeric::ublas::matrix_unary1< E, F >::closure_type |
typedef const self_type boost::numeric::ublas::matrix_unary1< E, F >::const_closure_type |
typedef value_type boost::numeric::ublas::matrix_unary1< E, F >::const_reference |
typedef reverse_iterator_base1<const_iterator1> boost::numeric::ublas::matrix_unary1< E, F >::const_reverse_iterator1 |
typedef reverse_iterator_base2<const_iterator2> boost::numeric::ublas::matrix_unary1< E, F >::const_reverse_iterator2 |
typedef E::difference_type boost::numeric::ublas::matrix_unary1< E, F >::difference_type |
typedef E::const_closure_type boost::numeric::ublas::matrix_unary1< E, F >::expression_closure_type |
typedef const_iterator1 boost::numeric::ublas::matrix_unary1< E, F >::iterator1 |
typedef const_iterator2 boost::numeric::ublas::matrix_unary1< E, F >::iterator2 |
typedef E::orientation_category boost::numeric::ublas::matrix_unary1< E, F >::orientation_category |
typedef const_reference boost::numeric::ublas::matrix_unary1< E, F >::reference |
typedef E::size_type boost::numeric::ublas::matrix_unary1< E, F >::size_type |
typedef unknown_storage_tag boost::numeric::ublas::matrix_unary1< E, F >::storage_category |
|
inherited |
typedef F::result_type boost::numeric::ublas::matrix_unary1< E, F >::value_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by boost::numeric::ublas::matrix_unary1< E, F >::same_closure().
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
References boost::numeric::ublas::matrix_unary1< E, F >::end1().
Referenced by boost::numeric::ublas::matrix_unary1< E, F >::crbegin1().
|
inline |
References boost::numeric::ublas::matrix_unary1< E, F >::end2().
Referenced by boost::numeric::ublas::matrix_unary1< E, F >::crbegin2().
|
inline |
References boost::numeric::ublas::matrix_unary1< E, F >::begin1().
Referenced by boost::numeric::ublas::matrix_unary1< E, F >::crend1().
|
inline |
References boost::numeric::ublas::matrix_unary1< E, F >::begin2().
Referenced by boost::numeric::ublas::matrix_unary1< E, F >::crend2().
|
inline |
References boost::numeric::ublas::matrix_unary1< E, F >::expression().
Referenced by boost::numeric::ublas::matrix_unary1< E, F >::const_iterator1::operator-(), boost::numeric::ublas::matrix_unary1< E, F >::const_iterator2::operator-(), boost::numeric::ublas::matrix_unary1< E, F >::const_iterator1::operator<(), boost::numeric::ublas::matrix_unary1< E, F >::const_iterator2::operator<(), boost::numeric::ublas::matrix_unary1< E, F >::const_iterator1::operator==(), and boost::numeric::ublas::matrix_unary1< E, F >::const_iterator2::operator==().
|
inline |
|
inline |
|
staticinherited |