Sign in
eigen
/
mirror
/
bd0cd1d67b7d93605da49924588ce4bd6a816124
/
.
/
doc
/
snippets
/
Cwise_round.cpp
blob: d9ff417599b9f69725602c0ef7f43111e1f6cebb [
file
] [
log
] [
blame
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,
-
2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
round
(
v
)
<<
endl
;