Cwise_rint.cpp 94 Bytes
Newer Older
1
2
3
ArrayXd v = ArrayXd::LinSpaced(7, -2, 2);
cout << v << endl << endl;
cout << rint(v) << endl;