Sign in
eigen
/
mirror
/
3daf92c7a5e8288d47839e47a461b8d249d206f1
/
.
/
doc
/
snippets
/
Cwise_rint.cpp
blob: 1dc7b2fd143f72245801834dd96141aee50b4fbf [
file
] [
log
] [
blame
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,-
2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
rint
(
v
)
<<
endl
;