1
0
mirror of https://gitlab.com/libeigen/eigen.git synced 2025-07-12 16:11:49 +08:00

3 lines
45 B
C++

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