![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
A begining of row manipulator. More...
#include <assignment.hpp>
Public Types | |
typedef begin1_manip | type |
Public Member Functions | |
template<typename V , typename K > | |
BOOST_UBLAS_INLINE void | manip (V &k, K &) const |
BOOST_UBLAS_INLINE type & | operator() () |
BOOST_UBLAS_INLINE const type & | operator() () const |
A begining of row manipulator.
When member function manip
is called the referenced index will be be set to the begining of the row (i.e. column = 0)
Definition at line 423 of file assignment.hpp.
typedef begin1_manip boost::numeric::ublas::index_manipulator< begin1_manip >::type [inherited] |
Definition at line 27 of file assignment.hpp.
BOOST_UBLAS_INLINE void boost::numeric::ublas::begin1_manip::manip | ( | V & | k, |
K & | |||
) | const [inline] |
Definition at line 427 of file assignment.hpp.
BOOST_UBLAS_INLINE const type& boost::numeric::ublas::index_manipulator< begin1_manip >::operator() | ( | ) | const [inline, inherited] |
Definition at line 29 of file assignment.hpp.
BOOST_UBLAS_INLINE type& boost::numeric::ublas::index_manipulator< begin1_manip >::operator() | ( | ) | [inline, inherited] |
Definition at line 33 of file assignment.hpp.