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