Sign in
android
/
platform
/
external
/
eigen
/
refs/heads/android15-tests-dev
/
.
/
doc
/
snippets
/
Cwise_rint.cpp
blob: 1dc7b2fd143f72245801834dd96141aee50b4fbf [
file
] [
log
] [
blame
] [
edit
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,-
2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
rint
(
v
)
<<
endl
;