Sign in
third-party-mirror
/
eigen
/
2571273647cdf6673639ebe9b3aa3237c1e7a822
/
.
/
doc
/
snippets
/
MatrixBase_cwiseArg.cpp
blob: e0857cf97e11c7b2f2cc56a76005538ada587fc0 [
file
] [
log
] [
blame
]
MatrixXcf
v
=
MatrixXcf
::
Random
(
2
,
3
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
v
.
cwiseArg
()
<<
endl
;