mesytec-mnode/external/taskflow-3.8.0/3rd-party/eigen-3.3.7/doc/snippets/Cwise_arg.cpp

4 lines
85 B
C++
Raw Normal View History

2025-01-04 01:25:05 +01:00
ArrayXcf v = ArrayXcf::Random(3);
cout << v << endl << endl;
cout << arg(v) << endl;