Sign in
eigen
/
mirror
/
c5c384cf069abbd61b794d8897f7d8a42af97ac9
/
.
/
doc
/
snippets
/
Cwise_square.cpp
blob: 9ed41c26e60f16fbc6e8b37f0d24297fff7ee116 [
file
]
Vector3d
v
(
2
,
3
,
4
);
cout
<<
v
.
cwise
().
square
()
<<
endl
;