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