Sign in
eigen
/
mirror
/
8b4efc8ed8a65415e248d54fbc9afdd964c94f64
/
.
/
doc
/
snippets
/
Cwise_plus.cpp
blob: 7a878d6373ac4b8a2edb937363adc52bc3cbdabf [
file
] [
log
] [
blame
]
Array3d
v
(
1
,
2
,
3
);
cout
<<
v
+
5
<<
endl
;