Sign in
eigen
/
mirror
/
912e9965ef64e97ed496e04b5c2a3376a21bcfd1
/
.
/
doc
/
snippets
/
Cwise_exp.cpp
blob: db23618f96e4070273741cd4c216b6e00bcda23d [
file
]
Array3d
v
(
1
,
2
,
3
);
cout
<<
v
.
exp
()
<<
endl
;