Sign in
eigen
/
mirror
/
2620cb930b7ad87ed1d77a26319739f4b1c86d33
/
.
/
doc
/
snippets
/
Cwise_rint.cpp
blob: eb8bc84fef79fc9b74d1f1de5387dae4ce3da750 [
file
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,
-
2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
rint
(
v
)
<<
endl
;