OpenGrok
Cross Reference: Cwise_arg.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_arg.cpp
Home
|
History
|
Annotate
|
Download
|
only in
snippets
1
ArrayXcf
v =
ArrayXcf
::
Random
(
3
);
2
cout
<< v <<
endl
<<
endl
;
3
cout
<<
arg
(v) <<
endl
;
4