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