Sign in
third-party-mirror
/
eigen
/
2201fb98dc9e6f2f32faea749f3dc71ec7ecc2c2
/
.
/
doc
/
snippets
/
Cwise_square.cpp
blob: f704c5e0ba533625334528d56d4feb11bd705165 [
file
]
Array3d
v
(
2
,
3
,
4
);
cout
<<
v
.
square
()
<<
endl
;