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_pow.cpp
blob: a723ed8b56f0559861c00957e4c34673f82ae178 (
plain
)
1
2
Array3d
v
(
8
,
27
,
64
);
cout
<<
v
.
pow
(
0.333333
)
<<
endl
;