1*bf2c3715SXin Li MatrixXcf v = MatrixXcf::Random(2, 3); 2*bf2c3715SXin Li cout << v << endl << endl; 3*bf2c3715SXin Li cout << v.cwiseArg() << endl;