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