Sign in
eigen
/
mirror
/
af38bccd3d5a5b2a67e3a0ee39a48ad1cf6e2084
/
.
/
doc
/
snippets
/
Cwise_square.cpp
blob: f704c5e0ba533625334528d56d4feb11bd705165 [
file
] [
log
] [
blame
]
Array3d
v
(
2
,
3
,
4
);
cout
<<
v
.
square
()
<<
endl
;