...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The row_by_row traverse policy. More...
Inherits traverse_policy_wrapper< by_row_policy< Wrap > >.
This policy is used when the assignment is desired to happen row_major wise for performance or other reasons.
This is the default behaviour. To change it globally please define BOOST_UBLAS_DEFAULT_ASSIGN_BY_COLUMN in the compilation options or in an adequate header file.
Please see EXAMPLES_LINK for usage information.