[newbie question] how to get rid of vector of vectors using boost structures
Hello, In my app I'm using vector of vectors as a matrix but it has cumbersome interface especially accesing data. Does boost offer some more accurate data structure (it shuld be flexible as vector but with friendly interface)? -- Cheers Michał Nowotka
----- Mensaje original -----
De: Micha? Nowotka
Hello, In my app I'm using vector of vectors as a matrix but it has cumbersome interface especially accesing data. Does boost offer some more accurate data structure (it shuld be flexible as vector but with friendly interface)?
Boost.MultiArray might be what you're looking for: http://www.boost.org/libs/multi_array/doc/index.html Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
participants (2)
-
"JOAQUIN LOPEZ MU?Z"
-
Michał Nowotka