1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-10 23:09:06 +08:00
eigen/doc/snippets/MatrixBase_cwiseArg.cpp
2020-10-14 01:56:42 +00:00

3 lines
95 B
C++

MatrixXcf v = MatrixXcf::Random(2, 3);
cout << v << endl << endl;
cout << v.cwiseArg() << endl;