Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::vector_move_manip< T > Class Template Reference

A move vector index manipulator. More...

#include <assignment.hpp>

Inheritance diagram for boost::numeric::ublas::vector_move_manip< T >:
Collaboration diagram for boost::numeric::ublas::vector_move_manip< T >:

List of all members.

Public Types

typedef vector_move_manip< T > type

Public Member Functions

BOOST_UBLAS_INLINE vector_move_manip (const T &k)
template<typename V >
BOOST_UBLAS_INLINE void manip (V &k) const
BOOST_UBLAS_INLINE const typeoperator() () const
BOOST_UBLAS_INLINE typeoperator() ()

Private Attributes

i

Detailed Description

template<typename T>
class boost::numeric::ublas::vector_move_manip< T >

A move vector index manipulator.

When member function traverse is called the manipulators' index will be added to the referenced index.

See also:
move(T i)

Definition at line 128 of file assignment.hpp.


Member Typedef Documentation

Definition at line 27 of file assignment.hpp.


Constructor & Destructor Documentation

template<typename T >
BOOST_UBLAS_INLINE boost::numeric::ublas::vector_move_manip< T >::vector_move_manip ( const T &  k) [inline]

Definition at line 131 of file assignment.hpp.


Member Function Documentation

template<typename T >
template<typename V >
BOOST_UBLAS_INLINE void boost::numeric::ublas::vector_move_manip< T >::manip ( V &  k) const [inline]

Definition at line 134 of file assignment.hpp.

BOOST_UBLAS_INLINE const type& boost::numeric::ublas::index_manipulator< vector_move_manip< T > >::operator() ( ) const [inline, inherited]

Definition at line 29 of file assignment.hpp.

BOOST_UBLAS_INLINE type& boost::numeric::ublas::index_manipulator< vector_move_manip< T > >::operator() ( ) [inline, inherited]

Definition at line 33 of file assignment.hpp.


Member Data Documentation

template<typename T >
T boost::numeric::ublas::vector_move_manip< T >::i [private]

Definition at line 136 of file assignment.hpp.


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