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

3 lines
45 B
C++

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