image_framework_ymj/include/eigen3/doc/snippets/Cwise_arg.cpp

4 lines
85 B
C++
Raw Permalink Normal View History

2024-12-06 16:25:16 +08:00
ArrayXcf v = ArrayXcf::Random(3);
cout << v << endl << endl;
cout << arg(v) << endl;