Eigen 3.4.90
doc
snippets
MatrixBase_cwiseArg.cpp
Go to the documentation of this file.
1
MatrixXcf
v
= MatrixXcf::Random(2, 3);
2
cout <<
v
<< endl << endl;
3
cout <<
v
.cwiseArg() << endl;
v
MatrixXcf v
Definition:
MatrixBase_cwiseArg.cpp:1
Eigen::MatrixXcf
Matrix< std::complex< float >, Dynamic, Dynamic > MatrixXcf
Dynamic×Dynamic matrix of type std::complex<float>.
Definition:
Matrix.h:503