mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
4 lines
93 B
C++
4 lines
93 B
C++
ArrayXd v = ArrayXd::LinSpaced(7,-2,2);
|
|
cout << v << endl << endl;
|
|
cout << floor(v) << endl;
|