Add MatrixBase::cwiseArg()

This commit is contained in:
David Tellenbach
2020-10-14 01:56:42 +00:00
parent 61fc78bbda
commit e3e2cf9d24
4 changed files with 28 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
MatrixXcf v = MatrixXcf::Random(2, 3);
cout << v << endl << endl;
cout << v.cwiseArg() << endl;