I want a matrix container class that has similar functionality to vector<vector<type>>, but stores elements in contiguous memory. I bet there is none in the standard library (including C++0x); does Boost provide one?
I want a matrix container class that has similar functionality to vector<vector<type>>, but stores
Share
It looks like you want the misleadingly-named Boost Matrix.