Sign in
eigen
/
mirror
/
d49021212b30234eb3867fc6ad7c077531d1ab73
/
.
/
doc
/
snippets
/
Cwise_trunc.cpp
blob: 8fb29c854e344a340ad477ca4966488a10303a46 [
file
] [
log
] [
blame
]
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,
-
2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
trunc
(
v
)
<<
endl
;