Skip to content
Cwise_arg.cpp 85 B
Newer Older
Luker's avatar
Luker committed
ArrayXcf v = ArrayXcf::Random(3);
cout << v << endl << endl;
cout << arg(v) << endl;