Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
7b829940d1ce106f9b83aba63782cb7be689ba5d
/
.
/
doc
/
snippets
/
Cwise_round.cpp
blob: e5c88230b0d55ebc314428d796d4c9c2ec9e3496 [
file
] [
log
] [
blame
]
Deanna Hood
7b82994
2015-03-17 03:40:28 +1000
[
diff
] [
blame^
]
1
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,-
2
,
2
);
2
cout
<<
v
<<
endl
<<
endl
;
3
cout
<<
round
(
v
)
<<
endl
;