#include #include int main() { using namespace boost::numeric::ublas ; compressed_matrix matrix(10,10); std::cout << matrix << std::endl; }