Files
eigen/doc/snippets/MatrixBase_cwiseArg.cpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
95 B
C++
Raw Permalink Normal View History

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