eigen/doc/snippets/Cwise_rint.cpp

4 lines
94 B
C++

ArrayXd v = ArrayXd::LinSpaced(7, -2, 2);
cout << v << endl << endl;
cout << rint(v) << endl;