mesytec-mnode/external/taskflow-3.8.0/3rd-party/eigen-3.3.7/doc/snippets/Cwise_round.cpp

4 lines
93 B
C++
Raw Permalink Normal View History

2025-01-04 01:25:05 +01:00
ArrayXd v = ArrayXd::LinSpaced(7,-2,2);
cout << v << endl << endl;
cout << round(v) << endl;