mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix shadow warnings in doc-snippets
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
typedef Matrix<double,4,Dynamic> Matrix4Xd;
|
|
||||||
Matrix4Xd M = Matrix4Xd::Random(4,5);
|
Matrix4Xd M = Matrix4Xd::Random(4,5);
|
||||||
Projective3d P(Matrix4d::Random());
|
Projective3d P(Matrix4d::Random());
|
||||||
cout << "The matrix M is:" << endl << M << endl << endl;
|
cout << "The matrix M is:" << endl << M << endl << endl;
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
typedef Matrix<double,3,Dynamic> Matrix3Xd;
|
|
||||||
Matrix3Xd M = Matrix3Xd::Random(3,5);
|
Matrix3Xd M = Matrix3Xd::Random(3,5);
|
||||||
Projective3d P(Matrix4d::Random());
|
Projective3d P(Matrix4d::Random());
|
||||||
cout << "The matrix M is:" << endl << M << endl << endl;
|
cout << "The matrix M is:" << endl << M << endl << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user