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

boost::numeric::ublas::static_vector_move_to_manip< I > Class Template Reference

A static move to vector manipulator. More...

#include <assignment.hpp>

Inheritance diagram for boost::numeric::ublas::static_vector_move_to_manip< I >:
Collaboration diagram for boost::numeric::ublas::static_vector_move_to_manip< I >:

List of all members.

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

Detailed Description

template<std::size_t I>
class boost::numeric::ublas::static_vector_move_to_manip< I >

A static move to vector manipulator.

When member function manip is called the referenced index will be set to the manipulators' index

See also:
move_to(T i) and move_to()

Definition at line 89 of file assignment.hpp.


Member Typedef Documentation


Member Function Documentation

template<std::size_t I>
template<typename V >
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.


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