mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-19 08:09:36 +08:00
4 lines
95 B
C++
4 lines
95 B
C++
ArrayXd v = ArrayXd::LinSpaced(7, -2, 2);
|
|
cout << v << endl << endl;
|
|
cout << trunc(v) << endl;
|