Cwise_round.cpp
Go to the documentation of this file.
1 ArrayXd v = ArrayXd::LinSpaced(7,-2,2);
2 cout << v << endl << endl;
3 cout << round(v) << endl;
const RoundReturnType round() const
ArrayXd v
Definition: Cwise_round.cpp:1
Array< double, Dynamic, 1 > ArrayXd
Definition: Array.h:346