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