xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_round.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,
-2
,
2
);
2
cout
<<
v
<<
endl
<<
endl
;
3
cout
<<
round
(
v
) <<
endl
;
4