Sign in
eigen
/
mirror
/
b6b8b54e5e2a83fe659c4bbe559c07fcd7874175
/
.
/
doc
/
snippets
/
Cwise_round.cpp
blob: d9ff417599b9f69725602c0ef7f43111e1f6cebb [
file
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,
-
2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
round
(
v
)
<<
endl
;