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::vector_unary< E, F > Class Template Reference

#include <vector_expression.hpp>

Inheritance diagram for boost::numeric::ublas::vector_unary< E, F >:
Collaboration diagram for boost::numeric::ublas::vector_unary< E, F >:

Classes

class  const_iterator
 

Public Types

typedef E::size_type size_type
 
typedef E::difference_type difference_type
 
typedef F::result_type value_type
 
typedef value_type const_reference
 
typedef boost::mpl::if_
< boost::is_same< F,
scalar_identity< value_type >
>, typename E::reference,
value_type >::type 
reference
 
typedef const self_type const_closure_type
 
typedef self_type closure_type
 
typedef unknown_storage_tag storage_category
 
typedef const_iterator iterator
 
typedef reverse_iterator_base
< const_iterator
const_reverse_iterator
 
typedef vector_tag type_category
 

Public Member Functions

BOOST_UBLAS_INLINE vector_unary (expression_type &e)
 
BOOST_UBLAS_INLINE size_type size () const
 
BOOST_UBLAS_INLINE const
expression_closure_type
expression () const
 
BOOST_UBLAS_INLINE const_reference operator() (size_type i) const
 
BOOST_UBLAS_INLINE reference operator() (size_type i)
 
BOOST_UBLAS_INLINE const_reference operator[] (size_type i) const
 
BOOST_UBLAS_INLINE reference operator[] (size_type i)
 
BOOST_UBLAS_INLINE bool same_closure (const vector_unary &vu) const
 
BOOST_UBLAS_INLINE const_iterator find (size_type i) 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
 

Member Typedef Documentation

template<class E , class F >
typedef self_type boost::numeric::ublas::vector_unary< E, F >::closure_type
template<class E , class F >
typedef const self_type boost::numeric::ublas::vector_unary< E, F >::const_closure_type
template<class E , class F >
typedef value_type boost::numeric::ublas::vector_unary< E, F >::const_reference
template<class E , class F >
typedef reverse_iterator_base<const_iterator> boost::numeric::ublas::vector_unary< E, F >::const_reverse_iterator
template<class E , class F >
typedef E::difference_type boost::numeric::ublas::vector_unary< E, F >::difference_type
template<class E , class F >
typedef const_iterator boost::numeric::ublas::vector_unary< E, F >::iterator
template<class E , class F >
typedef boost::mpl::if_<boost::is_same<F, scalar_identity<value_type> >, typename E::reference, value_type>::type boost::numeric::ublas::vector_unary< E, F >::reference
template<class E , class F >
typedef E::size_type boost::numeric::ublas::vector_unary< E, F >::size_type
template<class E , class F >
typedef unknown_storage_tag boost::numeric::ublas::vector_unary< E, F >::storage_category
template<class E , class F >
typedef F::result_type boost::numeric::ublas::vector_unary< E, F >::value_type

Constructor & Destructor Documentation

template<class E , class F >
BOOST_UBLAS_INLINE boost::numeric::ublas::vector_unary< E, F >::vector_unary ( expression_type e)
inlineexplicit

Member Function Documentation

template<class E , class F >
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::vector_unary< E, F >::cbegin ( ) const
inline
template<class E , class F >
BOOST_UBLAS_INLINE const_iterator boost::numeric::ublas::vector_unary< E, F >::cend ( ) const
inline
template<class E , class F >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::vector_unary< E, F >::crbegin ( ) const
inline
template<class E , class F >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::vector_unary< E, F >::crend ( ) const
inline
template<class E , class F >
BOOST_UBLAS_INLINE const expression_closure_type& boost::numeric::ublas::vector_unary< E, F >::expression ( ) const
inline
BOOST_UBLAS_INLINE const expression_type& boost::numeric::ublas::vector_expression< vector_unary< E, F > >::operator() ( ) const
inlineinherited
BOOST_UBLAS_INLINE expression_type& boost::numeric::ublas::vector_expression< vector_unary< E, F > >::operator() ( )
inlineinherited
template<class E , class F >
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::vector_unary< E, F >::operator() ( size_type  i) const
inline
template<class E , class F >
BOOST_UBLAS_INLINE reference boost::numeric::ublas::vector_unary< E, F >::operator() ( size_type  i)
inline
template<class E , class F >
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::vector_unary< E, F >::operator[] ( size_type  i) const
inline
template<class E , class F >
BOOST_UBLAS_INLINE reference boost::numeric::ublas::vector_unary< E, F >::operator[] ( size_type  i)
inline
template<class E , class F >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::vector_unary< E, F >::rbegin ( ) const
inline
template<class E , class F >
BOOST_UBLAS_INLINE const_reverse_iterator boost::numeric::ublas::vector_unary< E, F >::rend ( ) const
inline
template<class E , class F >
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::vector_unary< E, F >::size ( void  ) const
inline

Member Data Documentation

const unsigned boost::numeric::ublas::vector_expression< vector_unary< E, F > >::complexity
staticinherited

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