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

3 lines
45 B
C++

Array3d v(1, 2, 3);
cout << v.exp() << endl;