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