...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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 >.