![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
A next row matrix manipulator. More...
#include <assignment.hpp>
Public Types | |
typedef next_row_manip | 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 next row matrix manipulator.
When member function traverse is called the referenced index will be traveresed to the begining of next row.
Definition at line 511 of file assignment.hpp.
typedef next_row_manip boost::numeric::ublas::index_manipulator< next_row_manip >::type [inherited] |
Definition at line 27 of file assignment.hpp.
BOOST_UBLAS_INLINE void boost::numeric::ublas::next_row_manip::manip | ( | V & | k, |
K & | l | ||
) | const [inline] |
Definition at line 515 of file assignment.hpp.
BOOST_UBLAS_INLINE const type& boost::numeric::ublas::index_manipulator< next_row_manip >::operator() | ( | ) | const [inline, inherited] |
Definition at line 29 of file assignment.hpp.
BOOST_UBLAS_INLINE type& boost::numeric::ublas::index_manipulator< next_row_manip >::operator() | ( | ) | [inline, inherited] |
Definition at line 33 of file assignment.hpp.