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