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