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