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_move_to_manip< T > Class Template Reference

A move_to matrix manipulator. More...

#include <assignment.hpp>

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

Public Types

typedef matrix_move_to_manip< Ttype
 

Public Member Functions

BOOST_UBLAS_INLINE matrix_move_to_manip (T k, T l)
 
template<typename V1 , typename V2 >
BOOST_UBLAS_INLINE void manip (V1 &k, V2 &l) const
 
BOOST_UBLAS_INLINE const typeoperator() () const
 
BOOST_UBLAS_INLINE typeoperator() ()
 

Detailed Description

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

A move_to matrix manipulator.

When member function manip is called the referenced index will be set to the manipulators' index

See also
move_to(T i, T j)
Todo:
Doxygen has some problems with similar template functions. Correct that.

Member Typedef Documentation

Constructor & Destructor Documentation

template<typename T>
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_move_to_manip< T >::matrix_move_to_manip ( T  k,
T  l 
)
inline

Member Function Documentation

template<typename T>
template<typename V1 , typename V2 >
BOOST_UBLAS_INLINE void boost::numeric::ublas::matrix_move_to_manip< T >::manip ( V1 &  k,
V2 &  l 
) const
inline
BOOST_UBLAS_INLINE const type& boost::numeric::ublas::index_manipulator< matrix_move_to_manip< T > >::operator() ( ) const
inlineinherited
BOOST_UBLAS_INLINE type& boost::numeric::ublas::index_manipulator< matrix_move_to_manip< T > >::operator() ( )
inlineinherited

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