eigen/doc/snippets/Cwise_arg.cpp

4 lines
85 B
C++
Raw Normal View History

2015-03-17 01:40:28 +08:00
ArrayXcf v = ArrayXcf::Random(3);
cout << v << endl << endl;
cout << arg(v) << endl;