Sign in
eigen
/
mirror
/
acb32c69d4e8a78763400ac045b7e06930348fe9
/
.
/
doc
/
snippets
/
Cwise_exp.cpp
blob: c22fd4cb7fc3269e7de3d0a26a5b76f67c2a1a95 [
file
] [
log
] [
blame
]
Vector3d
v
(
1
,
2
,
3
);
cout
<<
v
.
cwise
().
exp
()
<<
endl
;