Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::begin1_manip Class Reference

A begining of row manipulator. More...

#include <assignment.hpp>

Inheritance diagram for boost::numeric::ublas::begin1_manip:
Collaboration diagram for boost::numeric::ublas::begin1_manip:

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 const typeoperator() () const
 
BOOST_UBLAS_INLINE typeoperator() ()
 

Detailed Description

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)

See also
begin1()

Member Typedef Documentation

Member Function Documentation

template<typename V , typename K >
BOOST_UBLAS_INLINE void boost::numeric::ublas::begin1_manip::manip ( V &  k,
K &   
) const
inline
BOOST_UBLAS_INLINE const type& boost::numeric::ublas::index_manipulator< begin1_manip >::operator() ( ) const
inlineinherited
BOOST_UBLAS_INLINE type& boost::numeric::ublas::index_manipulator< begin1_manip >::operator() ( )
inlineinherited

The documentation for this class was generated from the following file: