image_framework_ymj/include/eigen3/doc/snippets/Cwise_round.cpp
2024-12-06 16:25:16 +08:00

4 lines
93 B
C++
Executable File

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