Sign in
eigen
/
mirror
/
ff85966fbaef17da40b7fbdfa0786a55ad103e9e
/
.
/
doc
/
snippets
/
Cwise_plus.cpp
blob: f22bf3f5a2a3e5a3de95f758eb12c379557f4e39 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
Array3d
v
(
1
,
2
,
3
);
cout
<<
v
+
5
<<
endl
;