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