A move matrix index manipulator. More...
#include <assignment.hpp>
Public Types | |
typedef matrix_move_manip< T > | type |
Public Member Functions | |
BOOST_UBLAS_INLINE | matrix_move_manip (T k, T l) |
template<typename V , typename K > | |
BOOST_UBLAS_INLINE void | manip (V &k, K &l) const |
BOOST_UBLAS_INLINE const type & | operator() () const |
BOOST_UBLAS_INLINE type & | operator() () |
A move matrix index manipulator.
When member function manip
is called the manipulator's index will be added to the referenced' index.
|
inherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |