OpenGrok
Cross Reference: Cwise_ceil.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_ceil.cpp
Home
|
History
|
Annotate
|
Download
|
only in
snippets
1
ArrayXd
v =
ArrayXd
::
LinSpaced
(
7
,-
2,2
);
2
cout
<< v <<
endl
<<
endl
;
3
cout
<<
ceil
(v) <<
endl
;
4