Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
8ce341caf2947e4b5ac4580c20254ae7d828b009
/
.
/
doc
/
snippets
/
Cwise_arg.cpp
blob: 3f45133b62eabf65e0b0fe7fa558700e62bb1b6d [
file
] [
log
] [
blame
]
Deanna Hood
7b82994
2015-03-17 03:40:28 +1000
[
diff
] [
blame
]
1
ArrayXcf
v
=
ArrayXcf
::
Random
(
3
);
2
cout
<<
v
<<
endl
<<
endl
;
3
cout
<<
arg
(
v
)
<<
endl
;