mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +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;
|