Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::begin2_manip Class Reference

A begining of column manipulator. More...

#include <assignment.hpp>

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

List of all members.

Public Types

typedef begin2_manip type

Public Member Functions

template<typename V , typename K >
BOOST_UBLAS_INLINE void manip (V &, K &l) const
BOOST_UBLAS_INLINE typeoperator() ()
BOOST_UBLAS_INLINE const typeoperator() () const

Detailed Description

A begining of column manipulator.

When member function manip is called the referenced index will be be set to the begining of the column (i.e. row = 0).

See also:
begin2()

Definition at line 467 of file assignment.hpp.


Member Typedef Documentation

Definition at line 27 of file assignment.hpp.


Member Function Documentation

template<typename V , typename K >
BOOST_UBLAS_INLINE void boost::numeric::ublas::begin2_manip::manip ( V &  ,
K &  l 
) const [inline]

Definition at line 471 of file assignment.hpp.

BOOST_UBLAS_INLINE const type& boost::numeric::ublas::index_manipulator< begin2_manip >::operator() ( ) const [inline, inherited]

Definition at line 29 of file assignment.hpp.

BOOST_UBLAS_INLINE type& boost::numeric::ublas::index_manipulator< begin2_manip >::operator() ( ) [inline, inherited]

Definition at line 33 of file assignment.hpp.


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