eigen/doc/snippets/MatrixBase_cwiseArg.cpp

3 lines
95 B
C++
Raw Normal View History

2020-10-14 09:56:42 +08:00
MatrixXcf v = MatrixXcf::Random(2, 3);
cout << v << endl << endl;
cout << v.cwiseArg() << endl;