mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-05 17:50:26 +08:00
4 lines
93 B
C++
4 lines
93 B
C++
ArrayXd v = ArrayXd::LinSpaced(7,-2,2);
|
|
cout << v << endl << endl;
|
|
cout << round(v) << endl;
|