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.
The column_by_column traverse policy. More...
Inherits traverse_policy_wrapper< by_column_policy< Wrap > >.
This policy is used when the assignment is desired to happen column_major wise, for performance or other reasons.
This is the NOT the default behaviour. To set this as the default define BOOST_UBLAS_DEFAULT_ASSIGN_BY_COLUMN in the compilation options or in an adequate header file.
Please see EXAMPLES_LINK for usage information.
1.6.1