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

boost::numeric::ublas::traverse_policy::no_wrap Struct Reference

The no wrap policy. More...

#include <assignment.hpp>

List of all members.

Static Public Member Functions

template<class S1 , class S2 , class S3 >
static BOOST_UBLAS_INLINE void apply1 (const S1 &, S2 &, S3 &)
 Element wrap method.
template<class S1 , class S2 , class S3 >
static BOOST_UBLAS_INLINE void apply2 (const S1 &, const S1 &, S2 &, S3 &)
 Matrix block wrap method.

Detailed Description

The no wrap policy.

The no wrap policy does not allow wrapping when assigning to a matrix

Definition at line 734 of file assignment.hpp.


Member Function Documentation

template<class S1 , class S2 , class S3 >
static BOOST_UBLAS_INLINE void boost::numeric::ublas::traverse_policy::no_wrap::apply1 ( const S1 &  ,
S2 &  ,
S3 &   
) [inline, static]

Element wrap method.

Definition at line 740 of file assignment.hpp.

template<class S1 , class S2 , class S3 >
static BOOST_UBLAS_INLINE void boost::numeric::ublas::traverse_policy::no_wrap::apply2 ( const S1 &  ,
const S1 &  ,
S2 &  ,
S3 &   
) [inline, static]

Matrix block wrap method.

Definition at line 748 of file assignment.hpp.


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