Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2013. The current version is 1.90.0.
Inherits boost::numeric::ublas::vector< T, A >.
Public Types | |
| typedef vector< T, A > | vector_type |
| typedef vector_type::size_type | size_type |
Public Member Functions | |
| BOOST_UBLAS_INLINE | permutation_matrix (size_type size) |
| BOOST_UBLAS_INLINE | permutation_matrix (const vector_type &init) |
| BOOST_UBLAS_INLINE permutation_matrix & | operator= (const permutation_matrix &m) |
| Assign a full vector (RHS-vector) to the current vector (LHS-vector). | |
| T | ||
| A |
| BOOST_UBLAS_INLINE permutation_matrix& boost::numeric::ublas::permutation_matrix< T, A >::operator= | ( | const permutation_matrix< T, A > & | v | ) |
| v | is the source vector |
Reimplemented from boost::numeric::ublas::vector< T, A >.
1.6.1