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