Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
189376f1eb10ecaca8a0b1ea00eba0e6f995da27
/
.
/
doc
/
snippets
/
Cwise_arg.cpp
blob: 3f45133b62eabf65e0b0fe7fa558700e62bb1b6d [
file
] [
log
] [
blame
]
ArrayXcf
v
=
ArrayXcf
::
Random
(
3
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
arg
(
v
)
<<
endl
;