Sign in
eigen
/
mirror
/
ac8f7d8c9c10b33d74dc0922deb2c5e18890312d
/
.
/
doc
/
snippets
/
Cwise_abs.cpp
blob: 7f94dbdc25478f5912203b49fd970d1c1ee2d985 [
file
]
Vector3d
v
(
1
,-
2
,-
3
);
cout
<<
v
.
cwise
().
abs
()
<<
endl
;