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

boost::numeric::ublas::static_matrix_move_manip< I, J > Class Template Reference

A static move matrix index manipulator. More...

#include <assignment.hpp>

Inheritance diagram for boost::numeric::ublas::static_matrix_move_manip< I, J >:
Collaboration diagram for boost::numeric::ublas::static_matrix_move_manip< I, J >:

List of all members.

Public Types

typedef
static_matrix_move_manip< I, J > 
type

Public Member Functions

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

Detailed Description

template<std::size_t I, std::size_t J>
class boost::numeric::ublas::static_matrix_move_manip< I, J >

A static move matrix index manipulator.

When member function traverse is called the manipulator's index will be added to the referenced' index.

See also:
move()

Definition at line 373 of file assignment.hpp.


Member Typedef Documentation

Definition at line 27 of file assignment.hpp.


Member Function Documentation

template<std::size_t I, std::size_t J>
template<typename V , typename K >
BOOST_UBLAS_INLINE void boost::numeric::ublas::static_matrix_move_manip< I, J >::manip ( V &  k,
K &  l 
) const [inline]

Definition at line 377 of file assignment.hpp.

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

Definition at line 29 of file assignment.hpp.

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

Definition at line 33 of file assignment.hpp.


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