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