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::fill_policy::index_assign Class Reference

An index assign policy. More...

#include <assignment.hpp>

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

Public Types

typedef index_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 assign policy.

This policy is used to for the simplified ublas assign through normal indexing.

Member Typedef Documentation

Member Function Documentation

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

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