index
:
opentrack-depends.git
master
build-time dependencies for opentrack
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
eigen
/
doc
/
snippets
/
Cwise_round.cpp
blob: e5c88230b0d55ebc314428d796d4c9c2ec9e3496 (
plain
)
1
2
3
ArrayXd v
=
ArrayXd
::
LinSpaced
(
7
,-
2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
round
(
v
) <<
endl
;