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