Boost C++ Libraries: Ticket #7411: Matrix with vector interface. https://svn.boost.org/trac10/ticket/7411 <p> Sometimes it is useful to treat a matrix as a range of (independent) columns (or rows). Currently there is no iterator available that iterates over one dimension of the matrix and returns a full column/row as value. </p> <p> The attached files have been provided by Oswin Krause as a possible solution. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7411 Trac 1.4.3 Gunter Sat, 22 Sep 2012 23:04:22 GMT attachment set https://svn.boost.org/trac10/ticket/7411 https://svn.boost.org/trac10/ticket/7411 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">matrix_vector_range.hpp</span> </li> </ul> <p> class matrix_vector_iterator </p> Ticket Gunter Sat, 22 Sep 2012 23:04:42 GMT attachment set https://svn.boost.org/trac10/ticket/7411 https://svn.boost.org/trac10/ticket/7411 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">matrix_vector_range.cpp</span> </li> </ul> <p> example code </p> Ticket Joaquim Duran Comas <jduran.gm@…> Thu, 22 Aug 2013 16:12:00 GMT attachment set https://svn.boost.org/trac10/ticket/7411 https://svn.boost.org/trac10/ticket/7411 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">matrix_vector.hpp</span> </li> </ul> Ticket Joaquim Duran Comas <jduran.gm@…> Thu, 22 Aug 2013 16:12:22 GMT attachment set https://svn.boost.org/trac10/ticket/7411 https://svn.boost.org/trac10/ticket/7411 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test_matrix_vector.cpp</span> </li> </ul> Ticket