aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/Cwise_round.cpp
blob: e5c88230b0d55ebc314428d796d4c9c2ec9e3496 (plain)
1
2
3
ArrayXd v = ArrayXd::LinSpaced(7,-2,2);
cout << v << endl << endl;
cout << round(v) << endl;