mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-20 08:39:37 +08:00
3 lines
74 B
C++
3 lines
74 B
C++
Array3d v(EIGEN_PI, EIGEN_PI / 2, EIGEN_PI / 3);
|
|
cout << v.sin() << endl;
|