#include #include int main () { using namespace boost::numeric::ublas; zero_matrix m (3, 3); std::cout << m << std::endl; }