Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
8ce341caf2947e4b5ac4580c20254ae7d828b009
/
.
/
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
;