![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <matrix_expression.hpp>
Classes | |
class | const_iterator |
Public Types | |
typedef const_closure_type | closure_type |
typedef const self_type | const_closure_type |
typedef value_type | const_reference |
typedef reverse_iterator_base < const_iterator > | const_reverse_iterator |
typedef promote_traits < typename E1::difference_type, typename E2::difference_type > ::promote_type | difference_type |
typedef E1::const_closure_type | expression1_closure_type |
typedef E2::const_closure_type | expression2_closure_type |
typedef matrix_vector_binary2 < E1, E2, F > | expression_type |
typedef const_iterator | iterator |
typedef const_reference | reference |
typedef promote_traits < typename E1::size_type, typename E2::size_type > ::promote_type | size_type |
typedef unknown_storage_tag | storage_category |
typedef vector_tag | type_category |
typedef F::result_type | value_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | matrix_vector_binary2 (const expression1_type &e1, const expression2_type &e2) |
BOOST_UBLAS_INLINE const_iterator | begin () const |
BOOST_UBLAS_INLINE const_iterator | end () const |
BOOST_UBLAS_INLINE const expression1_closure_type & | expression1 () const |
BOOST_UBLAS_INLINE const expression2_closure_type & | expression2 () const |
BOOST_UBLAS_INLINE const_iterator | find (size_type j) const |
BOOST_UBLAS_INLINE expression_type & | operator() () |
BOOST_UBLAS_INLINE const_reference | operator() (size_type j) const |
BOOST_UBLAS_INLINE const expression_type & | operator() () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |
BOOST_UBLAS_INLINE bool | same_closure (const matrix_vector_binary2 &mvb2) const |
BOOST_UBLAS_INLINE size_type | size () const |
Static Public Attributes | |
static const unsigned | complexity = 1 |
Private Types | |
typedef const value_type * | const_pointer |
typedef E1::const_iterator | const_subiterator1_type |
typedef E2::const_iterator2 | const_subiterator2_type |
typedef E1 | expression1_type |
typedef E2 | expression2_type |
typedef F | functor_type |
typedef matrix_vector_binary2 < E1, E2, F > | self_type |
Private Attributes | |
expression1_closure_type | e1_ |
expression2_closure_type | e2_ |
Definition at line 3791 of file matrix_expression.hpp.
typedef E1 boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression1_type [private] |
Definition at line 3794 of file matrix_expression.hpp.
typedef E2 boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression2_type [private] |
Definition at line 3795 of file matrix_expression.hpp.
typedef F boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::functor_type [private] |
Definition at line 3796 of file matrix_expression.hpp.
typedef E1::const_closure_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression1_closure_type |
Definition at line 3798 of file matrix_expression.hpp.
typedef E2::const_closure_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression2_closure_type |
Definition at line 3799 of file matrix_expression.hpp.
typedef matrix_vector_binary2<E1, E2, F> boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::self_type [private] |
Definition at line 3801 of file matrix_expression.hpp.
typedef promote_traits<typename E1::size_type, typename E2::size_type>::promote_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::size_type |
Definition at line 3807 of file matrix_expression.hpp.
typedef promote_traits<typename E1::difference_type, typename E2::difference_type>::promote_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::difference_type |
Definition at line 3808 of file matrix_expression.hpp.
typedef F::result_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::value_type |
Definition at line 3809 of file matrix_expression.hpp.
typedef value_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_reference |
Definition at line 3810 of file matrix_expression.hpp.
typedef const_reference boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::reference |
Definition at line 3811 of file matrix_expression.hpp.
typedef const self_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_closure_type |
Definition at line 3812 of file matrix_expression.hpp.
typedef const_closure_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::closure_type |
Definition at line 3813 of file matrix_expression.hpp.
typedef unknown_storage_tag boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::storage_category |
Definition at line 3814 of file matrix_expression.hpp.
typedef E1::const_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_subiterator1_type [private] |
Definition at line 3854 of file matrix_expression.hpp.
typedef E2::const_iterator2 boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_subiterator2_type [private] |
Definition at line 3855 of file matrix_expression.hpp.
typedef const value_type* boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_pointer [private] |
Definition at line 3856 of file matrix_expression.hpp.
typedef const_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::iterator |
Definition at line 3863 of file matrix_expression.hpp.
typedef reverse_iterator_base<const_iterator> boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_reverse_iterator |
Definition at line 4061 of file matrix_expression.hpp.
typedef matrix_vector_binary2< E1, E2, F > boost::numeric::ublas::vector_expression< matrix_vector_binary2< E1, E2, F > >::expression_type [inherited] |
Reimplemented from boost::numeric::ublas::ublas_expression< matrix_vector_binary2< E1, E2, F > >.
Definition at line 187 of file expression_types.hpp.
typedef vector_tag boost::numeric::ublas::vector_expression< matrix_vector_binary2< E1, E2, F > >::type_category [inherited] |
Definition at line 188 of file expression_types.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::matrix_vector_binary2 | ( | const expression1_type & | e1, |
const expression2_type & | e2 | ||
) | [inline] |
Definition at line 3818 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::size | ( | ) | const [inline] |
Definition at line 3823 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const expression1_closure_type& boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression1 | ( | ) | const [inline] |
Definition at line 3830 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const expression2_closure_type& boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression2 | ( | ) | const [inline] |
Definition at line 3834 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::operator() | ( | size_type | j | ) | const [inline] |
Definition at line 3841 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::same_closure | ( | const matrix_vector_binary2< E1, E2, F > & | mvb2 | ) | const [inline] |
Definition at line 3847 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::find | ( | size_type | j | ) | const [inline] |
Definition at line 3869 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::begin | ( | ) | const [inline] |
Definition at line 4052 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::end | ( | ) | const [inline] |
Definition at line 4056 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::rbegin | ( | ) | const [inline] |
Definition at line 4064 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::rend | ( | ) | const [inline] |
Definition at line 4068 of file matrix_expression.hpp.
BOOST_UBLAS_INLINE const expression_type& boost::numeric::ublas::vector_expression< matrix_vector_binary2< E1, E2, F > >::operator() | ( | ) | const [inline, inherited] |
Definition at line 194 of file expression_types.hpp.
BOOST_UBLAS_INLINE expression_type& boost::numeric::ublas::vector_expression< matrix_vector_binary2< E1, E2, F > >::operator() | ( | ) | [inline, inherited] |
Definition at line 198 of file expression_types.hpp.
const unsigned boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::complexity = 1 [static] |
Reimplemented from boost::numeric::ublas::vector_expression< matrix_vector_binary2< E1, E2, F > >.
Definition at line 3806 of file matrix_expression.hpp.
expression1_closure_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::e1_ [private] |
Definition at line 4073 of file matrix_expression.hpp.
expression2_closure_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::e2_ [private] |
Definition at line 4074 of file matrix_expression.hpp.