index
:
Tango
software
Twine softwares
Thomas Vanbesien
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Software
/
Visual_Studio
/
TCC
/
Tango.TCC.LoadTestLib
/
EigenDir
/
doc
/
snippets
/
Cwise_ceil.cpp
blob: 76cf661f4e95d85896f76c92f496e414d069e3c8 (
plain
)
1
2
3
ArrayXd
v
=
ArrayXd
::
LinSpaced
(
7
,
-2
,
2
);
cout
<<
v
<<
endl
<<
endl
;
cout
<<
ceil
(
v
)
<<
endl
;