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