mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-06 14:14:46 +08:00
2 lines
42 B
C++
2 lines
42 B
C++
|
cout << MatrixXd::identity(4, 3) << endl;
|