Cwise_arg.cpp (85B)
1 ArrayXcf v = ArrayXcf::Random(3); 2 cout << v << endl << endl; 3 cout << arg(v) << endl;