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