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