Sign in
eigen
/
mirror
/
61a32f2a4c8705256f3c6d09fa9b3231e322bf38
/
.
/
doc
/
snippets
/
Cwise_floor.cpp
blob: 73756b41c5b74f8d8298f5d9eded506123e6b18b [
file
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,-
2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
floor
(
v
)
<<
endl
;