Sign in
third-party-mirror
/
eigen
/
6bad1ea30a0871dbe7ee7dff2e8e4ea853b9d781
/
.
/
doc
/
snippets
/
Cwise_plus.cpp
blob: 7a878d6373ac4b8a2edb937363adc52bc3cbdabf [
file
]
Array3d
v
(
1
,
2
,
3
);
cout
<<
v
+
5
<<
endl
;