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_exp.cpp
blob: db23618f96e4070273741cd4c216b6e00bcda23d (
plain
)
1
2
Array3d
v
(
1
,
2
,
3
);
cout
<<
v
.
exp
()
<<
endl
;