mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
merge with default Eigen
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
using Eigen::placeholders::all;
|
||||
Matrix4i m = Matrix4i::Random();
|
||||
cout << "Here is the matrix m:" << endl << m << endl;
|
||||
cout << "Here is m(all).transpose():" << endl << m(all).transpose() << endl;
|
||||
|
||||
Reference in New Issue
Block a user