1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-05-05 10:14:05 +08:00

3 lines
58 B
C++

Array3d v(2, 3, 4), w(4, 2, 3);
cout << v.max(w) << endl;