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