Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
f9659d91f1b5486964e0c66187f4a0cbcac2accf
/
.
/
doc
/
snippets
/
Cwise_rint.cpp
blob: 1dc7b2fd143f72245801834dd96141aee50b4fbf [
file
] [
log
] [
blame
]
Ilya Tokar
19876ce
2019-12-16 16:00:35 -0500
[
diff
] [
blame
]
1
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,-
2
,
2
);
2
cout
<<
v
<<
endl
<<
endl
;
3
cout
<<
rint
(
v
)
<<
endl
;