Sign in
third-party-mirror
/
eigen
/
440a71a78fb63be4f4e46dbf757a49ccf87c2aab
/
.
/
doc
/
snippets
/
Cwise_minus.cpp
blob: 1389b4ade6c5d48c80f93625218ec6f8f944756f [
file
] [
log
] [
blame
]
Array3d
v
(
1
,
2
,
3
);
cout
<<
v
-
5
<<
endl
;