Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::matrix_vector_binary2< E1, E2, F > Class Template Reference

#include <matrix_expression.hpp>

Inheritance diagram for boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >:
Collaboration diagram for boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >:

Classes

class  const_iterator
 

Public Types

typedef E1::const_closure_type expression1_closure_type
 
typedef E2::const_closure_type expression2_closure_type
 
typedef promote_traits
< typename E1::size_type,
typename E2::size_type >
::promote_type 
size_type
 
typedef promote_traits
< typename E1::difference_type,
typename E2::difference_type >
::promote_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 unknown_storage_tag storage_category
 
typedef const_iterator iterator
 
typedef reverse_iterator_base
< const_iterator
const_reverse_iterator
 
typedef matrix_vector_binary2
< E1, E2, F > 
expression_type
 
typedef vector_tag type_category
 

Public Member Functions

BOOST_UBLAS_INLINE matrix_vector_binary2 (const expression1_type &e1, const expression2_type &e2)
 
BOOST_UBLAS_INLINE size_type size () const
 
BOOST_UBLAS_INLINE const
expression1_closure_type
expression1 () const
 
BOOST_UBLAS_INLINE const
expression2_closure_type
expression2 () const
 
BOOST_UBLAS_INLINE const_reference operator() (size_type j) const
 
BOOST_UBLAS_INLINE bool same_closure (const matrix_vector_binary2 &mvb2) const
 
BOOST_UBLAS_INLINE const_iterator find (size_type j) const
 
BOOST_UBLAS_INLINE const_iterator begin () const
 
BOOST_UBLAS_INLINE const_iterator cbegin () const
 
BOOST_UBLAS_INLINE const_iterator end () const
 
BOOST_UBLAS_INLINE const_iterator cend () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator 
rbegin () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator 
crbegin () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator 
rend () const
 
BOOST_UBLAS_INLINE
const_reverse_iterator 
crend () const
 
BOOST_UBLAS_INLINE const
expression_type
operator() () const
 
BOOST_UBLAS_INLINE
expression_type
operator() ()
 

Static Public Attributes

static const unsigned complexity = 1
 

Member Typedef Documentation

template<class E1 , class E2 , class F >
typedef const_closure_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::closure_type
template<class E1 , class E2 , class F >
typedef const self_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_closure_type
template<class E1 , class E2 , class F >
typedef value_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_reference
template<class E1 , class E2 , class F >
typedef reverse_iterator_base<const_iterator> boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::const_reverse_iterator
template<class E1 , class E2 , class F >
typedef promote_traits<typename E1::difference_type, typename E2::difference_type>::promote_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::difference_type
template<class E1 , class E2 , class F >
typedef E1::const_closure_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression1_closure_type
template<class E1 , class E2 , class F >
typedef E2::const_closure_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression2_closure_type
template<class E1 , class E2 , class F >
typedef const_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::iterator
template<class E1 , class E2 , class F >
typedef const_reference boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::reference
template<class E1 , class E2 , class F >
typedef promote_traits<typename E1::size_type, typename E2::size_type>::promote_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::size_type
template<class E1 , class E2 , class F >
typedef unknown_storage_tag boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::storage_category
template<class E1 , class E2 , class F >
typedef F::result_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::value_type

Constructor & Destructor Documentation

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::matrix_vector_binary2 ( const expression1_type &  e1,
const expression2_type &  e2 
)
inline

Member Function Documentation

template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::cbegin ( ) const
inline
template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::cend ( ) const
inline
template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::crbegin ( ) const
inline
template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::crend ( ) const
inline
template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const expression1_closure_type& boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression1 ( ) const
inline
template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const expression2_closure_type& boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::expression2 ( ) const
inline
BOOST_UBLAS_INLINE const expression_type& boost::numeric::ublas::vector_expression< matrix_vector_binary2< E1, E2, F > >::operator() ( ) const
inlineinherited
BOOST_UBLAS_INLINE expression_type& boost::numeric::ublas::vector_expression< matrix_vector_binary2< E1, E2, F > >::operator() ( )
inlineinherited
template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::operator() ( size_type  j) const
inline
template<class E1 , class E2 , class F >
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::size ( void  ) const
inline

Member Data Documentation

template<class E1 , class E2 , class F >
const unsigned boost::numeric::ublas::matrix_vector_binary2< E1, E2, F >::complexity = 1
static

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