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