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