![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
The wrap policy. More...
#include <assignment.hpp>
Static Public Member Functions | |
| template<class S1 , class S2 , class S3 > | |
| static BOOST_UBLAS_INLINE void | apply1 (const S1 &s, S2 &i1, S3 &i2) |
| Element wrap method. | |
| template<class S1 , class S2 , class S3 > | |
| static BOOST_UBLAS_INLINE void | apply2 (const S1 &s1, const S1 &s2, S2 &i1, S3 &i2) |
| Matrix block wrap method. | |
The wrap policy.
The wrap policy enables element wrapping when assigning to a matrix
Definition at line 757 of file assignment.hpp.
| static BOOST_UBLAS_INLINE void boost::numeric::ublas::traverse_policy::wrap::apply1 | ( | const S1 & | s, |
| S2 & | i1, | ||
| S3 & | i2 | ||
| ) | [inline, static] |
Element wrap method.
Definition at line 763 of file assignment.hpp.
| static BOOST_UBLAS_INLINE void boost::numeric::ublas::traverse_policy::wrap::apply2 | ( | const S1 & | s1, |
| const S1 & | s2, | ||
| S2 & | i1, | ||
| S3 & | i2 | ||
| ) | [inline, static] |
Matrix block wrap method.
Definition at line 775 of file assignment.hpp.