Sign in
eigen
/
mirror
/
b83d9b48fa07653ffaabf37eadf8fc5f01fc1da0
/
.
/
doc
/
snippets
/
Cwise_sqrt.cpp
blob: 2b825b47dd8fd9e243a4bd9eb5f33a8384bc9077 [
file
] [
log
] [
blame
]
Vector3d
v
(
1
,
2
,
4
);
cout
<<
v
.
cwise
().
sqrt
()
<<
endl
;