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;
const ArgReturnType arg() const
ArrayXcf v
Definition: Cwise_arg.cpp:1
Array< std::complex< float >, Dynamic, 1 > ArrayXcf
Definition: Array.h:347