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