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_square.cpp
blob: f704c5e0ba533625334528d56d4feb11bd705165 (
plain
)
1
2
Array3d
v
(
2
,
3
,
4
);
cout
<<
v
.
square
()
<<
endl
;