mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Fix shadow warnings in doc-snippets
This commit is contained in:
parent
117bc5d505
commit
4b1ad086b5
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user