index
:
Tango
software
Twine softwares
Thomas Vanbesien
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Software
/
Visual_Studio
/
TCC
/
Tango.TCC.LoadTestLib
/
EigenDir
/
doc
/
snippets
/
Cwise_arg.cpp
blob: 3f45133b62eabf65e0b0fe7fa558700e62bb1b6d (
plain
)
1
2
3
ArrayXcf
v
=
ArrayXcf
::
Random
(
3
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
arg
(
v
)
<<
endl
;