Sign in
eigen
/
mirror
/
c5c384cf069abbd61b794d8897f7d8a42af97ac9
/
.
/
doc
/
snippets
/
Cwise_abs2.cpp
blob: 3b338af3eb63e81b354183165bc8cf7397d29e67 [
file
]
Vector3d
v
(
1
,-
2
,-
3
);
cout
<<
v
.
cwise
().
abs2
()
<<
endl
;