4 lines
92 B
C++
Raw Permalink Normal View History

2022-04-07 18:46:57 +02:00
ArrayXd v = ArrayXd::LinSpaced(7,-2,2);
cout << v << endl << endl;
cout << ceil(v) << endl;