00001 MatrixXd ones = MatrixXd::Ones(3,3); 00002 cout << "The operator norm of the 3x3 matrix of ones is " 00003 << ones.operatorNorm() << endl;