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