![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
#include <vector_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 vector_binary< 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 | vector_binary (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_iterator | find (size_type i) const |
BOOST_UBLAS_INLINE const expression_type & | operator() () const |
BOOST_UBLAS_INLINE const_reference | operator() (size_type i) const |
BOOST_UBLAS_INLINE expression_type & | operator() () |
BOOST_UBLAS_INLINE const_reference | operator[] (size_type i) const |
BOOST_UBLAS_INLINE const_reverse_iterator | rbegin () const |
BOOST_UBLAS_INLINE const_reverse_iterator | rend () const |
BOOST_UBLAS_INLINE bool | same_closure (const vector_binary &vb) const |
BOOST_UBLAS_INLINE size_type | size () const |
Static Public Attributes | |
static const unsigned | complexity |
Private Types | |
typedef const value_type * | const_pointer |
typedef E1::const_iterator | const_subiterator1_type |
typedef E2::const_iterator | const_subiterator2_type |
typedef E1::const_closure_type | expression1_closure_type |
typedef E1 | expression1_type |
typedef E2::const_closure_type | expression2_closure_type |
typedef E2 | expression2_type |
typedef F | functor_type |
typedef vector_binary< E1, E2, F > | self_type |
Private Member Functions | |
BOOST_UBLAS_INLINE const expression1_closure_type & | expression1 () const |
BOOST_UBLAS_INLINE const expression2_closure_type & | expression2 () const |
Private Attributes | |
expression1_closure_type | e1_ |
expression2_closure_type | e2_ |
Definition at line 518 of file vector_expression.hpp.
typedef E1 boost::numeric::ublas::vector_binary< E1, E2, F >::expression1_type [private] |
Definition at line 521 of file vector_expression.hpp.
typedef E2 boost::numeric::ublas::vector_binary< E1, E2, F >::expression2_type [private] |
Definition at line 522 of file vector_expression.hpp.
typedef F boost::numeric::ublas::vector_binary< E1, E2, F >::functor_type [private] |
Definition at line 523 of file vector_expression.hpp.
typedef E1::const_closure_type boost::numeric::ublas::vector_binary< E1, E2, F >::expression1_closure_type [private] |
Definition at line 524 of file vector_expression.hpp.
typedef E2::const_closure_type boost::numeric::ublas::vector_binary< E1, E2, F >::expression2_closure_type [private] |
Definition at line 525 of file vector_expression.hpp.
typedef vector_binary<E1, E2, F> boost::numeric::ublas::vector_binary< E1, E2, F >::self_type [private] |
Definition at line 526 of file vector_expression.hpp.
typedef promote_traits<typename E1::size_type, typename E2::size_type>::promote_type boost::numeric::ublas::vector_binary< E1, E2, F >::size_type |
Definition at line 531 of file vector_expression.hpp.
typedef promote_traits<typename E1::difference_type, typename E2::difference_type>::promote_type boost::numeric::ublas::vector_binary< E1, E2, F >::difference_type |
Definition at line 532 of file vector_expression.hpp.
typedef F::result_type boost::numeric::ublas::vector_binary< E1, E2, F >::value_type |
Definition at line 533 of file vector_expression.hpp.
typedef value_type boost::numeric::ublas::vector_binary< E1, E2, F >::const_reference |
Definition at line 534 of file vector_expression.hpp.
typedef const_reference boost::numeric::ublas::vector_binary< E1, E2, F >::reference |
Definition at line 535 of file vector_expression.hpp.
typedef const self_type boost::numeric::ublas::vector_binary< E1, E2, F >::const_closure_type |
Definition at line 536 of file vector_expression.hpp.
typedef const_closure_type boost::numeric::ublas::vector_binary< E1, E2, F >::closure_type |
Definition at line 537 of file vector_expression.hpp.
typedef unknown_storage_tag boost::numeric::ublas::vector_binary< E1, E2, F >::storage_category |
Definition at line 538 of file vector_expression.hpp.
typedef E1::const_iterator boost::numeric::ublas::vector_binary< E1, E2, F >::const_subiterator1_type [private] |
Definition at line 583 of file vector_expression.hpp.
typedef E2::const_iterator boost::numeric::ublas::vector_binary< E1, E2, F >::const_subiterator2_type [private] |
Definition at line 584 of file vector_expression.hpp.
typedef const value_type* boost::numeric::ublas::vector_binary< E1, E2, F >::const_pointer [private] |
Definition at line 585 of file vector_expression.hpp.
typedef const_iterator boost::numeric::ublas::vector_binary< E1, E2, F >::iterator |
Definition at line 594 of file vector_expression.hpp.
typedef reverse_iterator_base<const_iterator> boost::numeric::ublas::vector_binary< E1, E2, F >::const_reverse_iterator |
Definition at line 879 of file vector_expression.hpp.
typedef vector_binary< E1, E2, F > boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > >::expression_type [inherited] |
Reimplemented from boost::numeric::ublas::ublas_expression< vector_binary< E1, E2, F > >.
Definition at line 187 of file expression_types.hpp.
typedef vector_tag boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > >::type_category [inherited] |
Definition at line 188 of file expression_types.hpp.
BOOST_UBLAS_INLINE boost::numeric::ublas::vector_binary< E1, E2, F >::vector_binary | ( | const expression1_type & | e1, |
const expression2_type & | e2 | ||
) | [inline] |
Definition at line 542 of file vector_expression.hpp.
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::vector_binary< E1, E2, F >::size | ( | ) | const [inline] |
Definition at line 547 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const expression1_closure_type& boost::numeric::ublas::vector_binary< E1, E2, F >::expression1 | ( | ) | const [inline, private] |
Definition at line 554 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const expression2_closure_type& boost::numeric::ublas::vector_binary< E1, E2, F >::expression2 | ( | ) | const [inline, private] |
Definition at line 558 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::vector_binary< E1, E2, F >::operator() | ( | size_type | i | ) | const [inline] |
Definition at line 565 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::vector_binary< E1, E2, F >::operator[] | ( | size_type | i | ) | const [inline] |
Definition at line 570 of file vector_expression.hpp.
BOOST_UBLAS_INLINE bool boost::numeric::ublas::vector_binary< E1, E2, F >::same_closure | ( | const vector_binary< E1, E2, F > & | vb | ) | const [inline] |
Definition at line 576 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::vector_binary< E1, E2, F >::find | ( | size_type | i | ) | const [inline] |
Definition at line 600 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::vector_binary< E1, E2, F >::begin | ( | ) | const [inline] |
Definition at line 870 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::vector_binary< E1, E2, F >::end | ( | ) | const [inline] |
Definition at line 874 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::vector_binary< E1, E2, F >::rbegin | ( | ) | const [inline] |
Definition at line 882 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::vector_binary< E1, E2, F >::rend | ( | ) | const [inline] |
Definition at line 886 of file vector_expression.hpp.
BOOST_UBLAS_INLINE const expression_type& boost::numeric::ublas::vector_expression< vector_binary< 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< vector_binary< E1, E2, F > >::operator() | ( | ) | [inline, inherited] |
Definition at line 198 of file expression_types.hpp.
expression1_closure_type boost::numeric::ublas::vector_binary< E1, E2, F >::e1_ [private] |
Definition at line 891 of file vector_expression.hpp.
expression2_closure_type boost::numeric::ublas::vector_binary< E1, E2, F >::e2_ [private] |
Definition at line 892 of file vector_expression.hpp.
const unsigned boost::numeric::ublas::vector_expression< vector_binary< E1, E2, F > >::complexity [static, inherited] |
Definition at line 186 of file expression_types.hpp.