![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
A static move matrix index manipulator. More...
#include <assignment.hpp>
Public Types | |
typedef static_matrix_move_manip< I, J > | type |
Public Member Functions | |
template<typename V , typename K > | |
BOOST_UBLAS_INLINE void | manip (V &k, K &l) const |
BOOST_UBLAS_INLINE type & | operator() () |
BOOST_UBLAS_INLINE const type & | operator() () const |
A static move matrix index manipulator.
When member function traverse is called the manipulator's index will be added to the referenced' index.
Definition at line 373 of file assignment.hpp.
typedef static_matrix_move_manip< I, J > boost::numeric::ublas::index_manipulator< static_matrix_move_manip< I, J > >::type [inherited] |
Definition at line 27 of file assignment.hpp.
BOOST_UBLAS_INLINE void boost::numeric::ublas::static_matrix_move_manip< I, J >::manip | ( | V & | k, |
K & | l | ||
) | const [inline] |
Definition at line 377 of file assignment.hpp.
BOOST_UBLAS_INLINE const type& boost::numeric::ublas::index_manipulator< static_matrix_move_manip< I, J > >::operator() | ( | ) | const [inline, inherited] |
Definition at line 29 of file assignment.hpp.
BOOST_UBLAS_INLINE type& boost::numeric::ublas::index_manipulator< static_matrix_move_manip< I, J > >::operator() | ( | ) | [inline, inherited] |
Definition at line 33 of file assignment.hpp.