00001 MatrixXd m(2,3); 00002 m << 2, 0.5, 1, 00003 3, 0.25, 1; 00004 cout << m.cwiseInverse() << endl;