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