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