Sign in
eigen
/
mirror
/
d2b0a4a59b42c085511b089cc11e11be763334da
/
.
/
doc
/
snippets
/
Cwise_ceil.cpp
blob: 76cf661f4e95d85896f76c92f496e414d069e3c8 [
file
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,-
2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
ceil
(
v
)
<<
endl
;