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