Sign in
eigen
/
mirror
/
d271a7d545f83f75755a9c2f20ec5e0e4fe5a8a8
/
.
/
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
;