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