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

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:

List of all members.

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.

Definition at line 612 of file assignment.hpp.


Member Typedef Documentation

Definition at line 598 of file assignment.hpp.


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 
) [inline, static]

Definition at line 616 of file assignment.hpp.

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 
) [inline, static]

Definition at line 621 of file assignment.hpp.


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