Opened 10 years ago
#7411 new Feature Requests
Matrix with vector interface.
Reported by: | Gunter | Owned by: | Gunter |
---|---|---|---|
Milestone: | To Be Determined | Component: | uBLAS |
Version: | Boost 1.52.0 | Severity: | Optimization |
Keywords: | Cc: | "Oswin Krause" <Oswin.Krause@…> |
Description
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.
The attached files have been provided by Oswin Krause as a possible solution.
Attachments (4)
Change History (4)
by , 10 years ago
Attachment: | matrix_vector_range.hpp added |
---|
by , 9 years ago
Attachment: | matrix_vector.hpp added |
---|
by , 9 years ago
Attachment: | test_matrix_vector.cpp added |
---|
Note:
See TracTickets
for help on using tickets.
class matrix_vector_iterator