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

boost::numeric::ublas::fill_policy::index_plus_assign Class Reference

An index plus assign policy. More...

#include <assignment.hpp>

Inheritance diagram for boost::numeric::ublas::fill_policy::index_plus_assign:
Collaboration diagram for boost::numeric::ublas::fill_policy::index_plus_assign:

List of all members.

Public Types

typedef index_plus_assign type

Static Public Member Functions

template<class T , typename S , typename V >
static BOOST_UBLAS_INLINE void apply (T &e, const S &i, const V &v)
template<class T , typename S , typename V >
static BOOST_UBLAS_INLINE void apply (T &e, const S &i, const S &j, const V &v)

Detailed Description

An index plus assign policy.

This policy is used when the assignment is desired to be followed by an addition.

Definition at line 634 of file assignment.hpp.


Member Typedef Documentation


Member Function Documentation

template<class T , typename S , typename V >
static BOOST_UBLAS_INLINE void boost::numeric::ublas::fill_policy::index_plus_assign::apply ( T &  e,
const S &  i,
const V &  v 
) [inline, static]

Definition at line 638 of file assignment.hpp.

template<class T , typename S , typename V >
static BOOST_UBLAS_INLINE void boost::numeric::ublas::fill_policy::index_plus_assign::apply ( T &  e,
const S &  i,
const S &  j,
const V &  v 
) [inline, static]

Definition at line 643 of file assignment.hpp.


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