Eigen 3.4.90
doc
snippets
Cwise_arg.cpp
Go to the documentation of this file.
1
ArrayXcf
v
= ArrayXcf::Random(3);
2
cout <<
v
<< endl << endl;
3
cout <<
arg
(
v
) << endl;
arg
const ArgReturnType arg() const
Definition:
ArrayCwiseUnaryOps.h:66
v
ArrayXcf v
Definition:
Cwise_arg.cpp:1
Eigen::ArrayXcf
Array< std::complex< float >, Dynamic, 1 > ArrayXcf
Definition:
Array.h:347